瀏覽代碼

Update build.gradle

Build Tools 25 are required in order to take advantage of Gradle 3.3, which has great performance improvements!
Louis Lagrange 8 年之前
父節點
當前提交
8613159cc4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      android/build.gradle

+ 1 - 1
android/build.gradle

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