Improve dependency download safe path

This commit is contained in:
Benoit Marty
2019-07-11 14:03:20 +02:00
parent 77056aff94
commit 80a61cf6b5
2 changed files with 18 additions and 12 deletions

View File

@ -6,7 +6,6 @@ apply plugin: 'realm-android'
apply plugin: 'okreplay'
buildscript {
repositories {
jcenter()
}
@ -15,11 +14,6 @@ buildscript {
}
}
repositories {
google()
jcenter()
}
androidExtensions {
experimental = true
}