diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-11-13 17:41:24 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-11-13 17:41:24 +0100 |
commit | 85adb98dafeb85c6be627641e9a807631de69a8f (patch) | |
tree | 206e791c2ca32ae677f23a22100d5185ad68c19b | |
parent | 20c99edab97e617cb83c000e8319d0d86234112b (diff) | |
download | strongswan-85adb98dafeb85c6be627641e9a807631de69a8f.tar.bz2 strongswan-85adb98dafeb85c6be627641e9a807631de69a8f.tar.xz |
android: New release based on 5.1.1
This fixes issues with IVs and padding in ESP handling and removes the
Vstr dependency.
-rw-r--r-- | src/frontends/android/.classpath | 3 | ||||
-rw-r--r-- | src/frontends/android/AndroidManifest.xml | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/src/frontends/android/.classpath b/src/frontends/android/.classpath index 3f9691c5d..d57ec0251 100644 --- a/src/frontends/android/.classpath +++ b/src/frontends/android/.classpath @@ -1,8 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> - <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> + <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> <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 11d9eaa8e..8898c598f 100644 --- a/src/frontends/android/AndroidManifest.xml +++ b/src/frontends/android/AndroidManifest.xml @@ -17,10 +17,10 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.strongswan.android" - android:versionCode="17" - android:versionName="1.3.2" > + android:versionCode="18" + android:versionName="1.3.3" > - <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" /> + <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="18" /> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |