Add explicit dependency location for jitpack.io
This commit is contained in:
parent
45ee39f3c0
commit
abfaa03a1e
29
build.gradle
29
build.gradle
|
@ -48,27 +48,14 @@ allprojects {
|
|||
maven {
|
||||
url 'https://jitpack.io'
|
||||
content {
|
||||
// Use this repo only for FilePicker
|
||||
includeGroupByRegex "com\\.github\\.jaiselrahman"
|
||||
// And monarchy
|
||||
includeGroupByRegex "com\\.github\\.Zhuinden"
|
||||
// And ucrop
|
||||
includeGroupByRegex "com\\.github\\.yalantis"
|
||||
// JsonViewer
|
||||
includeGroupByRegex 'com\\.github\\.BillCarsonFr'
|
||||
// PhotoView
|
||||
includeGroupByRegex 'com\\.github\\.chrisbanes'
|
||||
// PFLockScreen-Android
|
||||
includeGroupByRegex 'com\\.github\\.vector-im'
|
||||
// DraggableView
|
||||
includeGroupByRegex 'com\\.github\\.hyuwah'
|
||||
|
||||
// Chat effects
|
||||
includeGroupByRegex 'com\\.github\\.jetradarmobile'
|
||||
includeGroupByRegex 'nl\\.dionsegijn'
|
||||
|
||||
// Voice RecordView
|
||||
includeGroupByRegex 'com\\.github\\.Armen101'
|
||||
includeGroup 'com.github.Armen101'
|
||||
includeGroup 'com.github.BillCarsonFr'
|
||||
includeGroup 'com.github.chrisbanes'
|
||||
includeGroup 'com.github.hyuwah'
|
||||
includeGroup 'com.github.jetradarmobile'
|
||||
includeGroup 'com.github.vector-im'
|
||||
includeGroup 'com.github.yalantis'
|
||||
includeGroup 'com.github.Zhuinden'
|
||||
}
|
||||
}
|
||||
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
|
||||
|
|
Loading…
Reference in New Issue