From 6633afb768d6794ef5cd4345a651ef614b47d07b Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 5 Aug 2024 11:00:55 +0200 Subject: [PATCH] bump zxing --- build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 0b3510414ab0fbd069de75d283af023ec7ad2b3d..167713db3adce0195d2cce3dc754c7918045294c 100644 --- a/build.gradle +++ b/build.gradle @@ -60,9 +60,7 @@ dependencies { freeImplementation "androidx.emoji2:emoji2-bundled:1.4.0" implementation 'org.bouncycastle:bcmail-jdk18on:1.78.1' - //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 'com.google.zxing:core:3.5.3' implementation 'org.minidns:minidns-client:1.0.4' implementation 'org.minidns:minidns-dnssec:1.0.4' implementation 'me.leolin:ShortcutBadger:1.1.22@aar'