mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 07:05:21 +00:00
feat: Add ZXing dependency for QR code scanning
This commit is contained in:
@@ -90,6 +90,9 @@ dependencies {
|
|||||||
|
|
||||||
// Permissions
|
// Permissions
|
||||||
implementation(libs.accompanist.permissions)
|
implementation(libs.accompanist.permissions)
|
||||||
|
|
||||||
|
// QR
|
||||||
|
implementation(libs.zxing.embedded)
|
||||||
|
|
||||||
// Cryptography
|
// Cryptography
|
||||||
implementation(libs.bundles.cryptography)
|
implementation(libs.bundles.cryptography)
|
||||||
|
|||||||
@@ -45,6 +45,9 @@ gms-location = "21.3.0"
|
|||||||
# Security
|
# Security
|
||||||
security-crypto = "1.1.0-beta01"
|
security-crypto = "1.1.0-beta01"
|
||||||
|
|
||||||
|
# QR
|
||||||
|
zxing-embedded = "4.3.0"
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
junit = "4.13.2"
|
junit = "4.13.2"
|
||||||
androidx-test-ext = "1.2.1"
|
androidx-test-ext = "1.2.1"
|
||||||
@@ -104,6 +107,9 @@ gms-location = { module = "com.google.android.gms:play-services-location", versi
|
|||||||
# Security
|
# Security
|
||||||
androidx-security-crypto = { module = "androidx.security:security-crypto", version.ref = "security-crypto" }
|
androidx-security-crypto = { module = "androidx.security:security-crypto", version.ref = "security-crypto" }
|
||||||
|
|
||||||
|
# QR
|
||||||
|
zxing-embedded = { module = "com.journeyapps:zxing-android-embedded", version.ref = "zxing-embedded" }
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
junit = { module = "junit:junit", version.ref = "junit" }
|
junit = { module = "junit:junit", version.ref = "junit" }
|
||||||
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext" }
|
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext" }
|
||||||
|
|||||||
Reference in New Issue
Block a user