Skip to content

Commit 6dcde38

Browse files
authored
Merge pull request #664 from alexbakker/downgrade-zip4j
Downgrade zip4j to 2.6.0
2 parents ec1913c + 98d39ee commit 6dcde38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ dependencies {
152152
implementation 'com.nulab-inc:zxcvbn:1.3.1'
153153
implementation 'de.hdodenhof:circleimageview:3.1.0'
154154
implementation 'de.psdev.licensesdialog:licensesdialog:2.1.0'
155-
implementation 'net.lingala.zip4j:zip4j:2.6.4'
155+
// NOTE: this is kept at an old version on purpose (something in newer versions breaks the Authenticator Plus importer)
156+
implementation 'net.lingala.zip4j:zip4j:2.6.0'
156157
implementation 'info.guardianproject.trustedintents:trustedintents:0.2'
157158
implementation 'org.bouncycastle:bcprov-jdk15on:1.68'
158159

0 commit comments

Comments
 (0)