Explorar el Código

android: update Gradle plugin version for AS 3.0.1

master
Saúl Ibarra Corretgé hace 7 años
padre
commit
b920140488
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle Ver fichero

7
         jcenter()
7
         jcenter()
8
     }
8
     }
9
     dependencies {
9
     dependencies {
10
-        classpath 'com.android.tools.build:gradle:3.0.0'
10
+        classpath 'com.android.tools.build:gradle:3.0.1'
11
 
11
 
12
         // NOTE: Do not place your application dependencies here; they belong
12
         // NOTE: Do not place your application dependencies here; they belong
13
         // in the individual module build.gradle files.
13
         // in the individual module build.gradle files.

Loading…
Cancelar
Guardar