From 7a75c4667e200eb0f0f0126501cf50a4ff6058eb Mon Sep 17 00:00:00 2001 From: Martin Felis Date: Sun, 12 Jan 2014 17:42:08 +0100 Subject: [PATCH] Bumped targetSdk to 18 as it represents the highest API the code was tested on --- AndroidManifest.xml | 2 +- project.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index bd4f9b14..2cdf943e 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -21,7 +21,7 @@ - + diff --git a/project.properties b/project.properties index 0f507e53..ce39f2d0 100644 --- a/project.properties +++ b/project.properties @@ -11,4 +11,4 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-12 +target=android-18