Browse Source

android: remove duplicated Maven repo

The Google repository is already added with google().
master
Saúl Ibarra Corretgé 6 years ago
parent
commit
ac624b104f
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      android/build.gradle

+ 0
- 1
android/build.gradle View File

@@ -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…
Cancel
Save