From ab7b287082670fba9914581703dacd98b73fcc40 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 7 Nov 2019 10:43:34 -0300 Subject: [PATCH] [android] downgrade zxing to 3.3.3 because newer versions need minSdk 24 --- briar-android/build.gradle | 2 +- briar-android/witness.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/briar-android/build.gradle b/briar-android/build.gradle index 908a6f55b..16e425fb6 100644 --- a/briar-android/build.gradle +++ b/briar-android/build.gradle @@ -102,7 +102,7 @@ dependencies { implementation 'info.guardianproject.panic:panic:1.0' implementation 'info.guardianproject.trustedintents:trustedintents:0.2' implementation 'de.hdodenhof:circleimageview:3.0.1' - implementation 'com.google.zxing:core:3.4.0' + implementation 'com.google.zxing:core:3.3.3' // newer version need minSdk 24 implementation 'uk.co.samuelwall:material-tap-target-prompt:3.0.0' implementation 'com.vanniktech:emoji-google:0.6.0' implementation 'com.github.kobakei:MaterialFabSpeedDial:1.2.1' diff --git a/briar-android/witness.gradle b/briar-android/witness.gradle index 9e2245bcf..5569b2788 100644 --- a/briar-android/witness.gradle +++ b/briar-android/witness.gradle @@ -114,7 +114,7 @@ dependencyVerification { 'com.google.jimfs:jimfs:1.1:jimfs-1.1.jar:c4828e28d7c0a930af9387510b3bada7daa5c04d7c25a75c7b8b081f1c257ddd', 'com.google.protobuf:protobuf-java:2.6.1:protobuf-java-2.6.1.jar:55aa554843983f431df5616112cf688d38aa17c132357afd1c109435bfdac4e6', 'com.google.protobuf:protobuf-java:3.4.0:protobuf-java-3.4.0.jar:dce7e66b32456a1b1198da0caff3a8acb71548658391e798c79369241e6490a4', - 'com.google.zxing:core:3.4.0:core-3.4.0.jar:65004806a669234c698fbe0755258100375fb01fe93b538455f3903713d4a50d', + 'com.google.zxing:core:3.3.3:core-3.3.3.jar:5820f81e943e4bce0329306621e2d6255d2930b0a6ce934c5c23c0d6d3f20599', 'com.googlecode.json-simple:json-simple:1.1:json-simple-1.1.jar:2d9484f4c649f708f47f9a479465fc729770ee65617dca3011836602264f6439', 'com.ibm.icu:icu4j:53.1:icu4j-53.1.jar:e37a4467bac5cdeb02c5c4b8e5063d2f4e67b69e3c7df6d6b610f13185572bab', 'com.jraska:falcon:1.0.4:falcon-1.0.4.aar:6114a48d8b3814f75fc69b5e84dc087c1254883874eae8a36bd778979800630a',