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

This commit is contained in:
Rene Treffer 2014-04-03 16:12:08 +02:00
parent 921674b3f1
commit f1d50a5380
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,2 +1,2 @@
target=android-9
target=android-19
android.library=true