From a4d6107235d8a199cbebe8997b931eab3ada1d8f Mon Sep 17 00:00:00 2001 From: Philipp Schaefer Date: Thu, 5 Sep 2013 16:54:17 +0200 Subject: [PATCH] pushed android max target to 4.3 --- mobile/AndroidManifest.xml | 6 +++--- mobile/project.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile/AndroidManifest.xml b/mobile/AndroidManifest.xml index 1ae9ff11..dd0fd9f1 100644 --- a/mobile/AndroidManifest.xml +++ b/mobile/AndroidManifest.xml @@ -1,12 +1,12 @@ + android:versionCode="42" + android:versionName="0.5.8"> + android:targetSdkVersion="18"/> diff --git a/mobile/project.properties b/mobile/project.properties index a3ee5ab6..ce39f2d0 100644 --- a/mobile/project.properties +++ b/mobile/project.properties @@ -11,4 +11,4 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-17 +target=android-18