增加初始化功能

This commit is contained in:
2025-09-26 16:00:24 +08:00
parent 63f8668b77
commit d6675b7b20
22 changed files with 1408 additions and 46 deletions
+4
View File
@@ -18,8 +18,12 @@ navigationCompose = "2.7.0"
retrofit = "3.0.0"
okhttp = "4.12.0"
timber = "5.0.1"
core = "3.4.1"
androidCore = "3.3.0"
[libraries]
android-core = { module = "com.google.zxing:android-core", version.ref = "androidCore" }
core = { module = "com.google.zxing:core", version.ref = "core" }
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanistPermissions" }
androidx-camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "cameraCore" }
androidx-camera-core = { module = "androidx.camera:camera-core", version.ref = "cameraCore" }