From cea095ed4ce260e577c742017b2002c479b0b1ae Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Sun, 19 Apr 2015 20:04:41 +0200 Subject: [PATCH] API level 22 is now used. --- AndroidManifest.xml | 2 +- project.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index eaa5666..48d85d7 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -24,6 +24,6 @@ License along with this program. If not, see + android:targetSdkVersion="22" /> \ No newline at end of file diff --git a/project.properties b/project.properties index 4892b57..40f79ac 100644 --- a/project.properties +++ b/project.properties @@ -11,6 +11,6 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-21 +target=android-22 android.library=true android.library.reference.1=../android-support-v7-appcompat