mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 15:18:22 -05:00
Use maven central over jCenter
This commit is contained in:
parent
c94068721a
commit
ff6d95b793
@ -4,7 +4,7 @@ buildscript {
|
||||
ext.kotlin_version = '0.9.206'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:0.13.+'
|
||||
@ -16,6 +16,6 @@ buildscript {
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user