[Android] Fix compileSdkVersion

It must match the major number in buildToolsVersion.
This commit is contained in:
Saúl Ibarra Corretgé 2017-06-28 10:51:08 +02:00
parent 4ce5888b4c
commit 01ac394e92
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ allprojects {
}
ext {
compileSdkVersion = 23
compileSdkVersion = 25
buildToolsVersion = "25.0.3"
minSdkVersion = 16
targetSdkVersion = 22