aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Modules/customtextview-2.1.aarbin0 -> 31809 bytes
-rw-r--r--app/build.gradle2
2 files changed, 1 insertions, 1 deletions
diff --git a/app/Modules/customtextview-2.1.aar b/app/Modules/customtextview-2.1.aar
new file mode 100644
index 00000000..7a8cfac1
--- /dev/null
+++ b/app/Modules/customtextview-2.1.aar
Binary files differ
diff --git a/app/build.gradle b/app/build.gradle
index 0da0d0d6..19d5b445 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -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'