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:
Dirk Hohndel 2022-01-05 00:07:56 +00:00
parent db0f8ba045
commit 10d39e1b98

View file

@ -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()
}