aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b2820092..5e050a47 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -170,6 +170,9 @@ dependencies {
// Crash screen
implementation 'com.melegy.redscreenofdeath:red-screen-of-death:0.1.2'
+ implementation 'net.lingala.zip4j:zip4j:2.7.0'
+ implementation 'org.apache.commons:commons-io:1.3.2'
+
/**** Builds and flavors ****/
// debugImplementation because LeakCanary should only run in debug builds.