mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
||||||
*******************************************************/
|
*******************************************************/
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url "https://dl.bintray.com/android/android-tools/" }
|
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@ buildscript {
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url "https://dl.bintray.com/android/android-tools/" }
|
|
||||||
maven { url 'https://jitpack.io' }
|
maven { url 'https://jitpack.io' }
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue