feat: Implement QR Coder scanner (#639)

Co-authored-by: beasonxu <ymwotow411846@gmail.com>
This commit is contained in:
angrylid
2025-11-30 00:28:24 +08:00
committed by GitHub
parent bb3404a0b0
commit ed2f1d70f9
14 changed files with 115 additions and 3 deletions

View File

@@ -16,6 +16,8 @@ serialization = "1.3.3"
kaidl = "1.15"
room = "2.4.2"
multiprocess = "1.0.0"
quickie = "1.11.0"
androidx-activity-ktx = "1.9.0"
[libraries]
build-android = { module = "com.android.tools.build:gradle", version.ref = "agp" }
@@ -39,5 +41,7 @@ google-material = { module = "com.google.android.material:material", version.ref
kaidl-compiler = { module = "com.github.kr328.kaidl:kaidl", version.ref = "kaidl" }
kaidl-runtime = { module = "com.github.kr328.kaidl:kaidl-runtime", version.ref = "kaidl" }
rikkax-multiprocess = { module = "dev.rikka.rikkax.preference:multiprocess", version.ref = "multiprocess" }
quickie-bundled = { group = "io.github.g00fy2.quickie", name = "quickie-bundled", version.ref = "quickie" }
androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "androidx-activity-ktx" }
[plugins]