@@ -9,8 +9,8 @@ espressoCore = "3.6.1"
99kotlinxCoroutinesTestVersion = " 1.10.1"
1010kotlinxSerializationJson = " 1.8.1"
1111lifecycleRuntimeKtx = " 2.8.7"
12- activityCompose = " 1.11 .0"
13- composeBom = " 2024.04 .01"
12+ activityCompose = " 1.10 .0"
13+ composeBom = " 2025.03 .01"
1414mockk = " 1.13.17"
1515mockkMockkAndroid = " 1.13.17"
1616navigationCompose = " 2.8.5"
@@ -21,6 +21,7 @@ junitKtx = "1.2.1"
2121ktlintPlugin = " 12.2.0"
2222kotlinSerializationPlugin = " 2.1.20"
2323materialIconsExtended = " 1.7.8"
24+ material3 = " 1.3.1"
2425
2526[libraries ]
2627androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " coreKtx" }
@@ -39,7 +40,7 @@ androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
3940androidx-ui-tooling-preview = { group = " androidx.compose.ui" , name = " ui-tooling-preview" }
4041androidx-ui-test-manifest = { group = " androidx.compose.ui" , name = " ui-test-manifest" }
4142androidx-ui-test-junit4 = { group = " androidx.compose.ui" , name = " ui-test-junit4" }
42- androidx-material3 = { group = " androidx.compose.material3" , name = " material3" }
43+ androidx-material3 = { group = " androidx.compose.material3" , name = " material3" , version.ref = " material3 " }
4344androidx-navigation-compose = { group = " androidx.navigation" , name = " navigation-compose" , version.ref = " navigationCompose" }
4445androidx-runtime-livedata = { group = " androidx.compose.runtime" , name = " runtime-livedata" , version.ref = " runtimeLivedata" }
4546kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version.ref = " kotlinxSerializationJson" }
0 commit comments