libipsec now supports AES-GCM, IPv6 tunnels over IPv4 are supported,
native x86 libraries are built (requires a new Vstr build script).
Also, the existing kernel-netlink plugin now provides the kernel-net
implementation, which should be more stable in case multiple interfaces
are up and have IP addresses installed on them.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.strongswan.android"
- android:versionCode="10"
- android:versionName="1.2.2" >
+ android:versionCode="11"
+ android:versionName="1.2.3" >
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" />