android: remove duplicated Maven repo

The Google repository is already added with google().
This commit is contained in:
Saúl Ibarra Corretgé 2018-12-19 13:06:07 +01:00 committed by Zoltan Bettenbuk
parent d18f582922
commit ac624b104f
1 changed files with 0 additions and 1 deletions

View File

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