11[versions ]
22axCore = " 1.10.0"
33axAppcompat = " 1.6.1"
4- axActivity = " 1.7.0 "
4+ axActivity = " 1.7.1 "
55axConstraintlayout = " 2.1.4"
66axDatastore = " 1.0.0"
77axNavigation = " 2.5.3"
88axTest = " 1.4.0"
99axWork = " 2.8.1"
1010coroutines = " 1.6.4"
11- googleMaterial = " 1.8 .0"
12- agp = " 8.1.0-alpha11 "
11+ googleMaterial = " 1.9 .0"
12+ agp = " 8.1.0-beta01 "
1313espresso = " 3.5.1"
1414hilt = " 2.45"
1515axHilt = " 1.0.0"
16- ktor = " 2.2.4 "
16+ ktor = " 2.3.0 "
1717lifecycle = " 2.6.1"
1818kotlin = " 1.8.20"
19- binary_compat = " 0.13.0 "
20- mockito = " 5.3.0 "
19+ binary_compat = " 0.13.1 "
20+ mockito = " 5.3.1 "
2121room = " 2.5.1"
2222spotless = " 6.18.0"
2323uiautomator = " 2.2.0"
@@ -27,15 +27,15 @@ serialization = "1.5.0"
2727androidx-core-ktx = { module = " androidx.core:core-ktx" , version.ref = " axCore" }
2828androidx-activity = { module = " androidx.activity:activity-ktx" , version.ref = " axActivity" }
2929androidx-appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " axAppcompat" }
30- androidx-benchmark-junit = " androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha13 "
30+ androidx-benchmark-junit = " androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha14 "
3131androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version.ref = " axConstraintlayout" }
3232androidx-datastore = { module = " androidx.datastore:datastore-preferences" , version.ref = " axDatastore" }
3333androidx-swiperefreshlayout = " androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
3434androidx-lifecycle-ktx = { module = " androidx.lifecycle:lifecycle-runtime-ktx" , version.ref = " lifecycle" }
3535androidx-lifecycle-viewmodel = { module = " androidx.lifecycle:lifecycle-viewmodel-ktx" , version.ref = " lifecycle" }
3636androidx-navigation-fragment-ktx = { module = " androidx.navigation:navigation-fragment-ktx" , version.ref = " axNavigation" }
3737androidx-navigation-ui-ktx = { module = " androidx.navigation:navigation-ui-ktx" , version.ref = " axNavigation" }
38- androidx-profileinstaller = " androidx.profileinstaller:profileinstaller:1.3.0 "
38+ androidx-profileinstaller = " androidx.profileinstaller:profileinstaller:1.3.1 "
3939androidx-recyclerview-selection = " androidx.recyclerview:recyclerview-selection:1.2.0-alpha01"
4040androidx-room-runtime = { module = " androidx.room:room-runtime" , version.ref = " room" }
4141androidx-room-compiler = { module = " androidx.room:room-compiler" , version.ref = " room" }
@@ -55,11 +55,11 @@ coroutines-jdk8 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8", ve
5555kotlin-coroutines-test = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " coroutines" }
5656coroutines-turbine = { module = " app.cash.turbine:turbine" , version = " 0.12.3" }
5757
58- compose-activity = " androidx.activity:activity-compose:1.7.0 "
59- compose-compiler = " androidx.compose.compiler:compiler:1.4.5 "
60- compose-foundation = " androidx.compose.foundation:foundation:1.4.1 "
58+ compose-activity = " androidx.activity:activity-compose:1.7.1 "
59+ compose-compiler = " androidx.compose.compiler:compiler:1.4.6 "
60+ compose-foundation = " androidx.compose.foundation:foundation:1.4.3 "
6161compose-material3 = " androidx.compose.material3:material3:1.0.1"
62- compose-material-icons = " org.jetbrains.compose.material:material-icons-extended-desktop:1.3.1 "
62+ compose-material-icons = " org.jetbrains.compose.material:material-icons-extended-desktop:1.4.0 "
6363compose-theme-adapter = " com.google.accompanist:accompanist-themeadapter-material3:0.30.1"
6464
6565google-material = { module = " com.google.android.material:material" , version.ref = " googleMaterial" }
@@ -101,4 +101,4 @@ sentry = "io.sentry.android.gradle:3.5.0"
101101
102102[bundles ]
103103compose = [" compose-theme-adapter" , " compose-activity" , " compose-foundation" , " compose-material3" ]
104- testing = [" junit" , " mockito-core" , " mockito-kotlin" , " kotlin-coroutines-test" ]
104+ testing = [" junit" , " mockito-core" , " mockito-kotlin" , " kotlin-coroutines-test" ]
0 commit comments