Procházet zdrojové kódy

Update build.gradle

Build Tools 25 are required in order to take advantage of Gradle 3.3, which has great performance improvements!
Louis Lagrange před 7 roky
rodič
revize
8613159cc4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle Zobrazit soubor

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