android: replace jcenter with mavenCentral (#6417)

* replace jcenter with mavenCentral https://github.com/citra-emu/citra/issues/6232

* add back jcenter as fallback for billing
This commit is contained in:
Jake Downs 2023-04-08 22:25:37 -07:00 committed by GitHub
parent 563c77154e
commit bc5b065abe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ buildscript {
repositories { repositories {
google() google()
mavenCentral()
jcenter() jcenter()
} }
dependencies { dependencies {
@ -17,6 +18,7 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
google() google()
mavenCentral()
jcenter() jcenter()
} }
} }