mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Add explicit dependency location for google
This commit is contained in:
parent
2b6618ab40
commit
ced159b1b1
1 changed files with 8 additions and 1 deletions
|
@ -70,7 +70,14 @@ allprojects {
|
|||
includeGroup 'org.webkit'
|
||||
}
|
||||
}
|
||||
google()
|
||||
google {
|
||||
content {
|
||||
includeGroupByRegex "androidx\\..*"
|
||||
includeGroupByRegex "com\\.google\\.android\\..*"
|
||||
includeGroup 'com.android.tools.build'
|
||||
includeGroup 'com.google.firebase'
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
jcenter {
|
||||
content {
|
||||
|
|
Loading…
Reference in a new issue