11[versions ]
2+ accompanistPermissions = " 0.36.0"
23activityCompose = " 1.10.1"
34agp = " 8.9.1"
45appcompat = " 1.7.0"
56barcodeScanning = " 17.3.0"
67bouncyCastle = " 1.79"
78camera = " 1.4.2"
89composeBom = " 2025.03.01" # https://developer.android.com/develop/ui/compose/bom/bom-mapping
10+ constraintlayoutCompose = " 1.1.1"
911coreKtx = " 1.15.0"
1012coreSplashscreen = " 1.0.1"
1113datastorePrefs = " 1.1.4"
@@ -35,6 +37,8 @@ workRuntimeKtx = "2.10.0"
3537zxing = " 3.5.2"
3638
3739[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" }
3842activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " activityCompose" }
3943appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " appcompat" }
4044barcode-scanning = { module = " com.google.mlkit:barcode-scanning" , version.ref = " barcodeScanning" }
@@ -51,6 +55,7 @@ compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
5155compose-ui-test-manifest = { module = " androidx.compose.ui:ui-test-manifest" }
5256compose-ui-tooling = { module = " androidx.compose.ui:ui-tooling" }
5357compose-ui-tooling-preview = { module = " androidx.compose.ui:ui-tooling-preview" }
58+ constraintlayout-compose = { module = " androidx.constraintlayout:constraintlayout-compose" , version.ref = " constraintlayoutCompose" }
5459core-ktx = { module = " androidx.core:core-ktx" , version.ref = " coreKtx" }
5560core-splashscreen = { group = " androidx.core" , name = " core-splashscreen" , version.ref = " coreSplashscreen" }
5661datastore-preferences = { module = " androidx.datastore:datastore-preferences" , version.ref = " datastorePrefs" }
0 commit comments