AndroidManifest.xml defines minSDK 9, set target sdk to the current one (19)
This commit is contained in:
parent
921674b3f1
commit
f1d50a5380
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
target=android-9
|
||||
target=android-19
|
||||
android.library=true
|
||||
|
|
Loading…
Reference in New Issue