mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 23:08:50 +00:00
build.gradle: Migrate repository from JCenter to Maven Central.
This commit is contained in:
parent
543601774a
commit
444735b8b4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ group = 'de.schildbach.pte'
|
||||||
archivesBaseName = 'public-transport-enabler'
|
archivesBaseName = 'public-transport-enabler'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue