From ed756f279f86a18bef91494c23866e8e2fad01bd Mon Sep 17 00:00:00 2001 From: Toad King Date: Sat, 4 Jul 2015 18:27:56 -0500 Subject: [PATCH] [Android] only need sdk v21 --- android/phoenix/AndroidManifest.xml | 2 +- android/phoenix/libs/appcompat/project.properties | 2 +- android/phoenix/libs/googleplay/project.properties | 2 +- android/phoenix/project.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/phoenix/AndroidManifest.xml b/android/phoenix/AndroidManifest.xml index 6fd6fe4c2a..a322add158 100644 --- a/android/phoenix/AndroidManifest.xml +++ b/android/phoenix/AndroidManifest.xml @@ -8,7 +8,7 @@ + android:targetSdkVersion="21" /> diff --git a/android/phoenix/libs/appcompat/project.properties b/android/phoenix/libs/appcompat/project.properties index 362a0a3082..93c8c3c08d 100644 --- a/android/phoenix/libs/appcompat/project.properties +++ b/android/phoenix/libs/appcompat/project.properties @@ -11,5 +11,5 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-22 +target=android-21 android.library=true diff --git a/android/phoenix/libs/googleplay/project.properties b/android/phoenix/libs/googleplay/project.properties index 362a0a3082..93c8c3c08d 100644 --- a/android/phoenix/libs/googleplay/project.properties +++ b/android/phoenix/libs/googleplay/project.properties @@ -11,5 +11,5 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-22 +target=android-21 android.library=true diff --git a/android/phoenix/project.properties b/android/phoenix/project.properties index 64ab355f81..610052c20f 100644 --- a/android/phoenix/project.properties +++ b/android/phoenix/project.properties @@ -11,7 +11,7 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-22 +target=android-21 android.library.reference.1=libs/appcompat android.library=false android.library.reference.2=libs/googleplay