mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 05:52:52 +00:00
Merge pull request #664 from alexbakker/downgrade-zip4j
Downgrade zip4j to 2.6.0
This commit is contained in:
commit
6dcde38667
1 changed files with 2 additions and 1 deletions
|
@ -152,7 +152,8 @@ dependencies {
|
|||
implementation 'com.nulab-inc:zxcvbn:1.3.1'
|
||||
implementation 'de.hdodenhof:circleimageview:3.1.0'
|
||||
implementation 'de.psdev.licensesdialog:licensesdialog:2.1.0'
|
||||
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)
|
||||
implementation 'net.lingala.zip4j:zip4j:2.6.0'
|
||||
implementation 'info.guardianproject.trustedintents:trustedintents:0.2'
|
||||
implementation 'org.bouncycastle:bcprov-jdk15on:1.68'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue