From 85adb98dafeb85c6be627641e9a807631de69a8f Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 13 Nov 2013 17:41:24 +0100 Subject: android: New release based on 5.1.1 This fixes issues with IVs and padding in ESP handling and removes the Vstr dependency. --- src/frontends/android/.classpath | 3 ++- src/frontends/android/AndroidManifest.xml | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/frontends/android/.classpath b/src/frontends/android/.classpath index 3f9691c5d..d57ec0251 100644 --- a/src/frontends/android/.classpath +++ b/src/frontends/android/.classpath @@ -1,8 +1,9 @@ - + + diff --git a/src/frontends/android/AndroidManifest.xml b/src/frontends/android/AndroidManifest.xml index 11d9eaa8e..8898c598f 100644 --- a/src/frontends/android/AndroidManifest.xml +++ b/src/frontends/android/AndroidManifest.xml @@ -17,10 +17,10 @@ --> + android:versionCode="18" + android:versionName="1.3.3" > - + -- cgit v1.2.3