fix crash on android < 24
This commit is contained in:
parent
8358a40792
commit
d8d37876b0
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ dependencies {
|
|||
implementation 'org.bouncycastle:bcmail-jdk15on:1.64'
|
||||
implementation 'org.jitsi:org.otr4j:0.22'
|
||||
implementation 'org.gnu.inet:libidn:1.15'
|
||||
implementation 'com.google.zxing:core:3.4.0'
|
||||
implementation 'com.google.zxing:core:3.3.3' // > 3.3.x not working below SDK 24
|
||||
implementation 'de.measite.minidns:minidns-hla:0.2.4'
|
||||
implementation 'me.leolin:ShortcutBadger:1.1.22@aar'
|
||||
implementation 'org.whispersystems:signal-protocol-java:2.6.2'
|
||||
|
|
Reference in a new issue