[Android] Set targetApiVersion to 25
We keep being compatible with versions all the way down to 16 for now, but this will disable internal compatibility shims when running on 25.
This commit is contained in:
parent
0d33844d51
commit
4f6ec920cd
|
@ -34,7 +34,7 @@ ext {
|
||||||
compileSdkVersion = 25
|
compileSdkVersion = 25
|
||||||
buildToolsVersion = "25.0.3"
|
buildToolsVersion = "25.0.3"
|
||||||
minSdkVersion = 16
|
minSdkVersion = 16
|
||||||
targetSdkVersion = 23
|
targetSdkVersion = 25
|
||||||
}
|
}
|
||||||
|
|
||||||
// Force the version of the Android build tools we have chosen on all
|
// Force the version of the Android build tools we have chosen on all
|
||||||
|
|
Loading…
Reference in New Issue