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

This commit is contained in:
Andreas Schildbach 2021-02-06 20:22:03 +01:00
parent 543601774a
commit 444735b8b4

View file

@ -7,7 +7,7 @@ group = 'de.schildbach.pte'
archivesBaseName = 'public-transport-enabler'
repositories {
jcenter()
mavenCentral()
}
dependencies {