From abfaa03a1ec4a14fb991fb28bcc67ae8c499017e Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 9 Dec 2021 21:16:23 +0100 Subject: [PATCH] Add explicit dependency location for jitpack.io --- build.gradle | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/build.gradle b/build.gradle index e477859c97..a09d485226 100644 --- a/build.gradle +++ b/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/' }