Explorar el Código

android: remove duplicated Maven repo

The Google repository is already added with google().
j8
Saúl Ibarra Corretgé hace 7 años
padre
commit
ac624b104f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      android/build.gradle

+ 0
- 1
android/build.gradle Ver fichero

@@ -19,7 +19,6 @@ buildscript {
19 19
 
20 20
 allprojects {
21 21
     repositories {
22
-        maven { url "https://maven.google.com" }
23 22
         google()
24 23
         jcenter()
25 24
         maven { url "$rootDir/../node_modules/jsc-android/dist" }

Loading…
Cancelar
Guardar