android: remove duplicated Maven repo
The Google repository is already added with google().
This commit is contained in:
parent
d18f582922
commit
ac624b104f
|
@ -19,7 +19,6 @@ buildscript {
|
|||
|
||||
allprojects {
|
||||
repositories {
|
||||
maven { url "https://maven.google.com" }
|
||||
google()
|
||||
jcenter()
|
||||
maven { url "$rootDir/../node_modules/jsc-android/dist" }
|
||||
|
|
Loading…
Reference in New Issue