Move maven repository declaration

- Remove redundant jcenter (already included in the "global application" build.gradle)
This commit is contained in:
Mauricio Colli 2017-08-01 22:56:04 -03:00
parent 39277d569f
commit f020b88db3
2 changed files with 1 additions and 7 deletions

View File

@ -1,12 +1,5 @@
apply plugin: 'com.android.application'
allprojects {
repositories {
jcenter()
maven { url 'https://maven.google.com' }
}
}
android {
compileSdkVersion 26
buildToolsVersion '26.0.1'

View File

@ -15,5 +15,6 @@ buildscript {
allprojects {
repositories {
jcenter()
maven { url 'https://maven.google.com' }
}
}