Explorar el Código

[Android] Fix Android Studio 3.0 (final)

j8
Saúl Ibarra Corretgé hace 8 años
padre
commit
5308f78c9a
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,7 +7,7 @@ buildscript {
7 7
         maven { url 'https://maven.google.com' }
8 8
     }
9 9
     dependencies {
10
-        classpath 'com.android.tools.build:gradle:3.0.0-rc2'
10
+        classpath 'com.android.tools.build:gradle:3.0.0'
11 11
 
12 12
         // NOTE: Do not place your application dependencies here; they belong
13 13
         // in the individual module build.gradle files.

Loading…
Cancelar
Guardar