diff options
author | cyBerta <cyberta@riseup.net> | 2025-03-26 23:10:37 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2025-03-26 23:10:37 +0100 |
commit | a18a4774e992ad5f945fa97e679f3197571866ba (patch) | |
tree | 0eb897866dd01645598c778289090dca25cd1e19 | |
parent | e93270ab0a478d165d33e8625ada465620aebbf1 (diff) |
add zxing-android-embedded qr code scanning library only in bitmask builds
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 7fc94973..48ec9f0f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -437,7 +437,7 @@ dependencies { implementation 'org.threeten:threetenbp:1.3.5' // Start:: QR Code Scanner - implementation 'com.journeyapps:zxing-android-embedded:4.3.0' + normalImplementation 'com.journeyapps:zxing-android-embedded:4.3.0' // End:: QR Code Scanner //implementation 'info.guardianproject:tor-android:0.4.5.7' |