New Android release after adding translations and Cert/EAP authentication
Also fixed a race condition during reauthentication and a freeze that might happen while disconnecting.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012 Tobias Brunner
|
||||
Copyright (C) 2012-2013 Tobias Brunner
|
||||
Copyright (C) 2012 Giuliano Grassi
|
||||
Copyright (C) 2012 Ralf Sager
|
||||
Hochschule fuer Technik Rapperswil
|
||||
@@ -17,8 +17,8 @@
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.strongswan.android"
|
||||
android:versionCode="9"
|
||||
android:versionName="1.2.1" >
|
||||
android:versionCode="10"
|
||||
android:versionName="1.2.2" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user