* Add dependency com.journeyapps:zxing-android-embedded:4.3.0 * Add widget parameter to EditTextPreferenceWidget * Add QR code scanner icon button to sync API key preference which launches a ScanContract * Remove screenOrientation property from CaptureActivity manifest * Allow scanning both normal and inverted codes * store values and make code more concise Co-authored-by: jobobby04 <jobobby04@users.noreply.github.com> * Import local context --------- Co-authored-by: jobobby04 <jobobby04@users.noreply.github.com> (cherry picked from commit 84c7da5a7d244ffc0cd7155d15e0a200f548ad35)
18 lines
604 B
TOML
18 lines
604 B
TOML
[versions]
|
|
|
|
[libraries]
|
|
similarity = "info.debatty:java-string-similarity:2.0.0"
|
|
xlog = "com.elvishew:xlog:1.11.1"
|
|
|
|
ratingbar = "me.zhanghai.android.materialratingbar:library:1.4.0"
|
|
composeRatingbar = "com.github.a914-gowtham:compose-ratingbar:1.3.12"
|
|
|
|
gradleversionsx = "com.github.ben-manes:gradle-versions-plugin:0.52.0"
|
|
|
|
sqlcipher = "net.zetetic:sqlcipher-android:4.9.0"
|
|
|
|
exifinterface = "androidx.exifinterface:exifinterface:1.4.1"
|
|
|
|
google-api-services-drive = "com.google.apis:google-api-services-drive:v3-rev20250511-2.0.0"
|
|
|
|
zxing-android-embedded = "com.journeyapps:zxing-android-embedded:4.3.0"
|