aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2019-12-07 21:18:57 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2019-12-07 21:18:57 +0100
commitd8d37876b0c9d2f8654de01d3680c9810f76a0fe (patch)
tree1c4837300738eaba4d5cc36c4e90c4be590d36bc /build.gradle
parent8358a40792522cdc26f565c9953065f13046f1ba (diff)
fix crash on android < 24
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 54d5584e0..50609c08b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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'