aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 5e050a47..2ef4c7d9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -173,6 +173,8 @@ dependencies {
implementation 'net.lingala.zip4j:zip4j:2.7.0'
implementation 'org.apache.commons:commons-io:1.3.2'
+ implementation 'com.github.razir.progressbutton:progressbutton:2.1.0'
+
/**** Builds and flavors ****/
// debugImplementation because LeakCanary should only run in debug builds.