Ver código fonte

android: remove duplicated Maven repo

The Google repository is already added with google().
j8
Saúl Ibarra Corretgé 6 anos atrás
pai
commit
ac624b104f
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0
    1
      android/build.gradle

+ 0
- 1
android/build.gradle Ver arquivo

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

Carregando…
Cancelar
Salvar