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