build: switch to mavenCentral as the main repository
Retain JCenter but restrict it the single dependency we require off it Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
bcfbf37ed1
commit
13cc4436ca
10
build.gradle
10
build.gradle
@ -29,7 +29,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
jcenter()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -69,7 +69,13 @@ task crowdin(type: Copy, dependsOn: ['extractCrowdin']) {
|
|||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
jcenter()
|
mavenCentral()
|
||||||
|
jcenter() {
|
||||||
|
content {
|
||||||
|
// https://github.com/journeyapps/zxing-android-embedded/issues/606
|
||||||
|
includeModule("com.journeyapps", "zxing-android-embedded")
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user