Explorar el Código

Update build.gradle

Build Tools 25 are required in order to take advantage of Gradle 3.3, which has great performance improvements!
Louis Lagrange hace 8 años
padre
commit
8613159cc4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle Ver fichero

12
 
12
 
13
 android {
13
 android {
14
     compileSdkVersion 23
14
     compileSdkVersion 23
15
-    buildToolsVersion "23.0.1"
15
+    buildToolsVersion "25.0.2"
16
 
16
 
17
     defaultConfig {
17
     defaultConfig {
18
         minSdkVersion 16
18
         minSdkVersion 16