Fixed compile error due to JCenter() library issue (#1507)

* Fixed compile error due to JCenter() dependency issue

* Fixed compile error due to JCenter() dependency issue
This commit is contained in:
Noor Alnajar 2023-06-22 20:09:11 -04:00 committed by GitHub
parent 0d8c5ed4c3
commit a46e96f3e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -173,7 +173,7 @@ dependencies {
implementation 'com.lsjwzh:materialloadingprogressbar:0.5.8-RELEASE'
// Customizable TextView
implementation 'com.libRG:customtextview:2.4'
implementation files("Modules/customtextview-2.1.aar")
// Dismiss gesturing
implementation 'app.futured.hauler:hauler:5.0.0'