Fixed compile SDK version
This commit is contained in:
parent
123fed715f
commit
0ee3495390
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 22
|
||||
buildToolsVersion "22.0.1"
|
||||
compileSdkVersion 21
|
||||
buildToolsVersion "21.1.2"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 9
|
||||
|
|
Loading…
Reference in a new issue