AndroidManifest.xml defines minSDK 9, set target sdk to the current one (19)

Rene Treffer created

Change summary

build.gradle       | 2 +-
project.properties | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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