diff options
author | Rene Treffer <treffer@measite.de> | 2014-04-03 16:12:08 +0200 |
---|---|---|
committer | Rene Treffer <treffer@measite.de> | 2014-04-03 16:12:08 +0200 |
commit | f1d50a5380f355a64913ba19f717debd8c40ab30 (patch) | |
tree | df2f47056e187fa3be3b6a6b49812c9809ea2ca8 | |
parent | 921674b3f1585dde76d13f181abcfc6d49bd737d (diff) |
AndroidManifest.xml defines minSDK 9, set target sdk to the current one (19)
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | project.properties | 2 |
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 |