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 {
|
maven {
|
||||||
url 'https://jitpack.io'
|
url 'https://jitpack.io'
|
||||||
content {
|
content {
|
||||||
// Use this repo only for FilePicker
|
includeGroup 'com.github.Armen101'
|
||||||
includeGroupByRegex "com\\.github\\.jaiselrahman"
|
includeGroup 'com.github.BillCarsonFr'
|
||||||
// And monarchy
|
includeGroup 'com.github.chrisbanes'
|
||||||
includeGroupByRegex "com\\.github\\.Zhuinden"
|
includeGroup 'com.github.hyuwah'
|
||||||
// And ucrop
|
includeGroup 'com.github.jetradarmobile'
|
||||||
includeGroupByRegex "com\\.github\\.yalantis"
|
includeGroup 'com.github.vector-im'
|
||||||
// JsonViewer
|
includeGroup 'com.github.yalantis'
|
||||||
includeGroupByRegex 'com\\.github\\.BillCarsonFr'
|
includeGroup 'com.github.Zhuinden'
|
||||||
// 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'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
|
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user