1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Add explicit dependency location for jcenter

This commit is contained in:
Benoit Marty
2021-12-09 21:03:36 +01:00
parent db60a2f6d2
commit 101f3229c2

View File

@@ -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 {