]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
New Android release after adding shortcuts and confirmation dialog
authorTobias Brunner <tobias@strongswan.org>
Wed, 21 Nov 2012 18:07:52 +0000 (19:07 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 21 Nov 2012 18:07:52 +0000 (19:07 +0100)
Also fixed some Android 4.2 specific issues.

src/frontends/android/AndroidManifest.xml

index 2b7376469c1a0d698a76ea4753943b0130f96ebc..71288c6274f9dbb271c86ae81583d5610001814c 100644 (file)
@@ -17,8 +17,8 @@
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="org.strongswan.android"
-    android:versionCode="8"
-    android:versionName="1.2.0" >
+    android:versionCode="9"
+    android:versionName="1.2.1" >
 
     <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" />