Skip to content

Commit 98d39ee

Browse files
committed
Downgrade zip4j to 2.6.0
It looks like we broke the Authenticator Plus importer in d660fbc by upgrading zip4j. So this patch downgrades it again. I couldn't immediately find this issue in their issue tracker, so it may be worth spending some time reporting this to them later.
1 parent dea13f5 commit 98d39ee

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)