[Android] Fix compileSdkVersion
It must match the major number in buildToolsVersion.
This commit is contained in:
parent
4ce5888b4c
commit
01ac394e92
|
@ -27,7 +27,7 @@ allprojects {
|
|||
}
|
||||
|
||||
ext {
|
||||
compileSdkVersion = 23
|
||||
compileSdkVersion = 25
|
||||
buildToolsVersion = "25.0.3"
|
||||
minSdkVersion = 16
|
||||
targetSdkVersion = 22
|
||||
|
|
Loading…
Reference in New Issue