浏览代码

Merge pull request #89 from Minishlink/patch-1

Update build.gradle to lastest Android build tools
Yonah Forst 7 年前
父节点
当前提交
41d08c671d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      android/build.gradle

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

@@ -12,7 +12,7 @@ apply plugin: 'com.android.library'
12 12
 
13 13
 android {
14 14
     compileSdkVersion 23
15
-    buildToolsVersion "23.0.1"
15
+    buildToolsVersion "25.0.2"
16 16
 
17 17
     defaultConfig {
18 18
         minSdkVersion 16