From 382e18086151617c5ba4dc17e5f282dd45aaa6af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 05:20:45 +0000 Subject: [PATCH] Bump zip4j from 2.3.2 to 2.6.1 Bumps [zip4j](https://github.com/srikanth-lingala/zip4j) from 2.3.2 to 2.6.1. - [Release notes](https://github.com/srikanth-lingala/zip4j/releases) - [Commits](https://github.com/srikanth-lingala/zip4j/compare/v2.3.2...v2.6.1) Signed-off-by: dependabot-preview[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 25c23002..8a240cb8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -135,7 +135,7 @@ dependencies { implementation 'com.github.ligi:TouchImageView:2.1' implementation 'com.github.ligi:ExtraCompats:1.0' - implementation 'net.lingala.zip4j:zip4j:2.3.2' + implementation 'net.lingala.zip4j:zip4j:2.6.1' implementation 'com.jakewharton.threetenabp:threetenabp:1.2.2' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"