From 796db8ffb6b0fa2a7b8fd6fc0905228250e60e61 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Thu, 29 Aug 2019 09:46:33 +0200 Subject: [PATCH] revert zxing library to 3.3.3 --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 99c1ebfaa..c68b11888 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,9 @@ dependencies { conversationsFreeCompatImplementation "com.android.support:support-emoji-bundled:$supportLibVersion" quicksyFreeCompatImplementation "com.android.support:support-emoji-bundled:$supportLibVersion" implementation 'org.bouncycastle:bcmail-jdk15on:1.58' - implementation 'com.google.zxing:core:3.4.0' + //zxing stopped supporting Java 7 so we have to stick with 3.3.3 + //https://github.com/zxing/zxing/issues/1170 + implementation 'com.google.zxing:core:3.3.3' 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'