android: New release based on 5.1.1

This fixes issues with IVs and padding in ESP handling and removes the
Vstr dependency.
This commit is contained in:
Tobias Brunner
2013-11-13 17:41:24 +01:00
parent 20c99edab9
commit 85adb98daf
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -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>
+3 -3
View File
@@ -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" />