diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Modules/customtextview-2.1.aar | bin | 0 -> 31809 bytes | |||
-rw-r--r-- | app/build.gradle | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/app/Modules/customtextview-2.1.aar b/app/Modules/customtextview-2.1.aar Binary files differnew file mode 100644 index 00000000..7a8cfac1 --- /dev/null +++ b/app/Modules/customtextview-2.1.aar 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' |