[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:
Saúl Ibarra Corretgé 2017-08-03 17:44:52 +02:00 committed by Lyubo Marinov
parent 0d33844d51
commit 4f6ec920cd
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ ext {
compileSdkVersion = 25
buildToolsVersion = "25.0.3"
minSdkVersion = 16
targetSdkVersion = 23
targetSdkVersion = 25
}
// Force the version of the Android build tools we have chosen on all