Add explicit dependency location for jitpack.io

This commit is contained in:
Benoit Marty 2021-12-09 21:16:23 +01:00
parent 45ee39f3c0
commit abfaa03a1e

View File

@ -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/' }