mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Add explicit dependency location for jcenter
This commit is contained in:
parent
db60a2f6d2
commit
101f3229c2
1 changed files with 13 additions and 1 deletions
14
build.gradle
14
build.gradle
|
@ -75,7 +75,19 @@ allprojects {
|
|||
}
|
||||
google()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
jcenter {
|
||||
content {
|
||||
includeGroup 'com.amulyakhare'
|
||||
includeGroup 'com.danikula'
|
||||
includeGroup 'com.otaliastudios'
|
||||
includeGroup 'com.tapadoo.android'
|
||||
includeGroup 'com.yqritc'
|
||||
includeGroup 'dk.ilios'
|
||||
includeGroup 'im.dlg'
|
||||
includeGroup 'me.dm7.barcodescanner'
|
||||
includeGroup 'me.gujun.android'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
|
||||
|
|
Loading…
Add table
Reference in a new issue