Android: build updates
Builds were failing because gradle tried to download libraries from bintray. JCenter is shutting down in a few weeks. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
db0f8ba045
commit
10d39e1b98
@ -5,8 +5,8 @@
|
||||
*******************************************************/
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
maven { url "https://dl.bintray.com/android/android-tools/" }
|
||||
google()
|
||||
}
|
||||
|
||||
@ -17,8 +17,8 @@ buildscript {
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
maven { url "https://dl.bintray.com/android/android-tools/" }
|
||||
maven { url 'https://jitpack.io' }
|
||||
google()
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user