diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-04-25 14:38:46 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-04-25 14:39:22 +0200 |
commit | 446c0367947317aa802aa49d1b5f4e755f9437cd (patch) | |
tree | 61718e7bd73294e0adae1c0da023426ee9beeda3 | |
parent | 711af588f9cf31e6a4cf26c424c33f46e7f030c8 (diff) | |
download | strongswan-446c0367947317aa802aa49d1b5f4e755f9437cd.tar.bz2 strongswan-446c0367947317aa802aa49d1b5f4e755f9437cd.tar.xz |
android: New release based on 5.1.3
Also links OpenSSL statically and doesn't limit the number of packets
during EAP-TTLS.
-rw-r--r-- | src/frontends/android/.classpath | 2 | ||||
-rw-r--r-- | src/frontends/android/AndroidManifest.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/frontends/android/.classpath b/src/frontends/android/.classpath index d57ec0251..51769745b 100644 --- a/src/frontends/android/.classpath +++ b/src/frontends/android/.classpath @@ -2,8 +2,8 @@ <classpath> <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> + <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="gen"/> - <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> <classpathentry kind="output" path="bin/classes"/> </classpath> diff --git a/src/frontends/android/AndroidManifest.xml b/src/frontends/android/AndroidManifest.xml index 8898c598f..e3e7ec631 100644 --- a/src/frontends/android/AndroidManifest.xml +++ b/src/frontends/android/AndroidManifest.xml @@ -17,8 +17,8 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.strongswan.android" - android:versionCode="18" - android:versionName="1.3.3" > + android:versionCode="20" + android:versionName="1.3.4" > <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="18" /> |