aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
-rw-r--r--project.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 2a17c6ae..ae9c7693 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,7 @@ buildscript {
apply plugin: 'android-library'
android {
- compileSdkVersion 9
+ compileSdkVersion 19
buildToolsVersion '19.0.3'
// NOTE: We are using the old folder structure to also support Eclipse
diff --git a/project.properties b/project.properties
index 7096c5ce..9e86aa64 100644
--- a/project.properties
+++ b/project.properties
@@ -1,2 +1,2 @@
-target=android-9
+target=android-19
android.library=true