mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +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 {
|
||||
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…
Reference in a new issue