[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.
pull/1860/merge
Saúl Ibarra Corretgé 8 years ago committed by Lyubo Marinov
parent 0d33844d51
commit 4f6ec920cd
  1. 2
      android/build.gradle

@ -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

Loading…
Cancel
Save