We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec1913c + 98d39ee commit 6dcde38Copy full SHA for 6dcde38
app/build.gradle
@@ -152,7 +152,8 @@ dependencies {
152
implementation 'com.nulab-inc:zxcvbn:1.3.1'
153
implementation 'de.hdodenhof:circleimageview:3.1.0'
154
implementation 'de.psdev.licensesdialog:licensesdialog:2.1.0'
155
- implementation 'net.lingala.zip4j:zip4j:2.6.4'
+ // 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'
157
implementation 'info.guardianproject.trustedintents:trustedintents:0.2'
158
implementation 'org.bouncycastle:bcprov-jdk15on:1.68'
159
0 commit comments