Remove AAR dependency file.

This is necessary for the F-Droid build. I'm not a fan of this solution, as the Jcenter is deprecated by now.
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
Balazs Toldi 2023-07-26 20:55:20 +02:00
parent 2fbcb95db8
commit 31e28fb146
No known key found for this signature in database
GPG Key ID: 6C7D440036F99D58
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

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