From 65e654a23c9a0ee791ca68ea58f7060e5ec67fc5 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 6 Mar 2021 11:33:35 +0800 Subject: Backup settings. --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/build.gradle') 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. -- cgit v1.2.3