Remove CustomTextView dependency and reimplement it from scratch

The dependency caused some errors. It is old and unmaintained anyway.
This commit is contained in:
Bazsalanszky
2024-08-09 08:52:47 +02:00
parent c60d88b2fe
commit 2a08a26a36
43 changed files with 221 additions and 129 deletions

View File

@@ -254,8 +254,6 @@ dependencies {
// Loading ProgressBar
implementation 'com.lsjwzh:materialloadingprogressbar:0.5.8-RELEASE'
// Customizable TextView
implementation 'com.libRG:customtextview:2.4'
// Dismiss gesturing
implementation 'app.futured.hauler:hauler:5.0.0'