android: New release after adding support for EAP-TNC
Also disabled listening on IPv6 because the Linux kernel currently does not support UDP encapsulation for IPv6.
This commit is contained in:
@@ -17,8 +17,8 @@
|
|||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.strongswan.android"
|
package="org.strongswan.android"
|
||||||
android:versionCode="11"
|
android:versionCode="15"
|
||||||
android:versionName="1.2.3" >
|
android:versionName="1.3.0" >
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" />
|
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user