diff --git a/build.gradle b/build.gradle index 2a17c6ae6..ae9c7693a 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 7096c5cef..9e86aa644 100644 --- a/project.properties +++ b/project.properties @@ -1,2 +1,2 @@ -target=android-9 +target=android-19 android.library=true