diff --git a/app/Modules/customtextview-2.1.aar b/app/Modules/customtextview-2.1.aar new file mode 100644 index 00000000..7a8cfac1 Binary files /dev/null and b/app/Modules/customtextview-2.1.aar 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'