build.gradle: Migrate repository from JCenter to Maven Central.

This commit is contained in:
Andreas Schildbach 2021-02-06 20:17:11 +01:00
parent 9174ae7495
commit 719917b29e

View file

@ -1,6 +1,6 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
@ -10,7 +10,7 @@ buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
}
group = 'org.bitcoinj'