11[versions ]
2- activityCompose = " 1.9.2"
3- agp = " 8.7.2"
2+ accompanistPermissions = " 0.36.0"
3+ activityCompose = " 1.10.1"
4+ agp = " 8.9.1"
45appcompat = " 1.7.0"
5- bouncyCastle = " 1.78.1"
6- composeBom = " 2024.12.01" # https://developer.android.com/develop/ui/compose/bom/bom-mapping
6+ barcodeScanning = " 17.3.0"
7+ bouncyCastle = " 1.79"
8+ camera = " 1.4.2"
9+ composeBom = " 2025.03.01" # https://developer.android.com/develop/ui/compose/bom/bom-mapping
10+ constraintlayoutCompose = " 1.1.1"
711coreKtx = " 1.15.0"
812coreSplashscreen = " 1.0.1"
9- datastorePrefs = " 1.1.1 "
13+ datastorePrefs = " 1.1.4 "
1014espressoCore = " 3.6.1"
11- firebaseBom = " 33.2 .0"
15+ firebaseBom = " 33.11 .0"
1216googleServices = " 4.4.2"
13- hilt = " 2.51.1 "
17+ hilt = " 2.55 "
1418hiltAndroidx = " 1.2.0"
1519jna = " 5.14.0"
1620junit = " 4.13.2"
1721junitExt = " 1.2.1"
18- kotlin = " 2.0.20 "
19- kotlinxDatetime = " 0.6.1 "
20- ksp = " 2.0.20 -1.0.25 "
21- ktor = " 2.3.12 "
22- ldkNode = " 0.4.2" # LDK_DB_VERSION in MirationService should match lib's sqlite DB version
23- lifecycle = " 2.8.5 "
22+ kotlin = " 2.1.10 "
23+ kotlinxDatetime = " 0.6.2 "
24+ ksp = " 2.1.10 -1.0.31 "
25+ ktor = " 3.1.1 "
26+ ldkNode = " 0.4.2" # LDK_DB_VERSION in MigrationService should match lib's sqlite DB version
27+ lifecycle = " 2.8.7 "
2428material = " 1.12.0"
2529mockitoKotlin = " 5.4.0"
26- navCompose = " 2.8.0 "
30+ navCompose = " 2.8.9 "
2731robolectric = " 4.14.1"
2832room = " 2.6.1"
2933slf4j = " 1.7.36"
3034testAndroidx = " 1.6.1"
3135turbine = " 1.0.0"
32- workRuntimeKtx = " 2.9.1"
36+ workRuntimeKtx = " 2.10.0"
37+ zxing = " 3.5.2"
3338
3439[libraries ]
40+ accompanist-pager-indicators = { module = " com.google.accompanist:accompanist-pager-indicators" , version.ref = " accompanistPermissions" }
41+ accompanist-permissions = { module = " com.google.accompanist:accompanist-permissions" , version.ref = " accompanistPermissions" }
3542activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " activityCompose" }
3643appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " appcompat" }
44+ barcode-scanning = { module = " com.google.mlkit:barcode-scanning" , version.ref = " barcodeScanning" }
3745bouncycastle-provider-jdk = { module = " org.bouncycastle:bcprov-jdk18on" , version.ref = " bouncyCastle" }
46+ camera-camera2 = { module = " androidx.camera:camera-camera2" , version.ref = " camera" }
47+ camera-lifecycle = { module = " androidx.camera:camera-lifecycle" , version.ref = " camera" }
48+ camera-view = { module = " androidx.camera:camera-view" , version.ref = " camera" }
3849compose-bom = { group = " androidx.compose" , name = " compose-bom" , version.ref = " composeBom" }
3950compose-material-icons-extended = { module = " androidx.compose.material:material-icons-extended" }
4051compose-material3 = { module = " androidx.compose.material3:material3" }
@@ -44,6 +55,7 @@ compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
4455compose-ui-test-manifest = { module = " androidx.compose.ui:ui-test-manifest" }
4556compose-ui-tooling = { module = " androidx.compose.ui:ui-tooling" }
4657compose-ui-tooling-preview = { module = " androidx.compose.ui:ui-tooling-preview" }
58+ constraintlayout-compose = { module = " androidx.constraintlayout:constraintlayout-compose" , version.ref = " constraintlayoutCompose" }
4759core-ktx = { module = " androidx.core:core-ktx" , version.ref = " coreKtx" }
4860core-splashscreen = { group = " androidx.core" , name = " core-splashscreen" , version.ref = " coreSplashscreen" }
4961datastore-preferences = { module = " androidx.datastore:datastore-preferences" , version.ref = " datastorePrefs" }
@@ -89,6 +101,7 @@ test-mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.re
89101test-robolectric = { module = " org.robolectric:robolectric" , version.ref = " robolectric" }
90102test-turbine = { group = " app.cash.turbine" , name = " turbine" , version.ref = " turbine" }
91103work-runtime-ktx = { module = " androidx.work:work-runtime-ktx" , version.ref = " workRuntimeKtx" }
104+ zxing = { module = " com.google.zxing:core" , version.ref = " zxing" }
92105
93106[plugins ]
94107android-application = { id = " com.android.application" , version.ref = " agp" }
0 commit comments