1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-28 03:25:49 +01:00
This reverts commit d902c67aad.
This commit is contained in:
jfgreffier 2019-03-01 11:25:42 +01:00
parent 4321a29e46
commit a69c44d4b2

View File

@ -15,10 +15,10 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
jcenter()
maven { maven {
url "https://jitpack.io" url "https://jitpack.io"
} }
google() google()
jcenter()
} }
} }