浏览代码

[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.
master
Saúl Ibarra Corretgé 7 年前
父节点
当前提交
4f6ec920cd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle 查看文件

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

正在加载...
取消
保存