@@ -9,7 +9,6 @@ ksp = "1.9.10-1.0.13"
99molecule = " 1.2.1"
1010
1111# AndroidX
12- material = " 1.9.0"
1312core = " 1.12.0"
1413datastore = " 1.0.0"
1514constraintlayout = " 2.1.4"
@@ -69,7 +68,6 @@ kotlin_gradle_plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", v
6968google_firebase_bom = " com.google.firebase:firebase-bom:32.3.1"
7069
7170# AndroidX
72- androidx_material = { module = " com.google.android.material:material" , version.ref = " material" }
7371androidx_core = { module = " androidx.core:core" , version.ref = " core" }
7472androidx_corektx = { module = " androidx.core:core-ktx" , version.ref = " core" }
7573androidx_datastore_preferences = { module = " androidx.datastore:datastore-preferences" , version.ref = " datastore" }
@@ -94,21 +92,15 @@ androidx_preference = "androidx.preference:preference:1.2.1"
9492androidx_webkit = " androidx.webkit:webkit:1.8.0"
9593
9694androidx_compose_bom = { group = " androidx.compose" , name = " compose-bom" , version.ref = " compose_bom" }
97- # Warning: issue on alpha07, make sure this is working when upgrading
98- # Context in https://github.com/vector-im/element-x-android/pull/1239#issuecomment-1711500332
9995androidx_compose_material3 = " androidx.compose.material3:material3:1.2.0-alpha09"
10096
10197# Coroutines
10298coroutines_core = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " coroutines" }
10399coroutines_test = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " coroutines" }
104100
105101# Accompanist
106- accompanist_animation = { module = " com.google.accompanist:accompanist-navigation-animation" , version.ref = " accompanist" }
107102accompanist_permission = { module = " com.google.accompanist:accompanist-permissions" , version.ref = " accompanist" }
108- accompanist_material = { module = " com.google.accompanist:accompanist-navigation-material" , version.ref = " accompanist" }
109103accompanist_systemui = { module = " com.google.accompanist:accompanist-systemuicontroller" , version.ref = " accompanist" }
110- accompanist_placeholder = { module = " com.google.accompanist:accompanist-placeholder-material" , version.ref = " accompanist" }
111- accompanist_flowlayout = { module = " com.google.accompanist:accompanist-flowlayout" , version.ref = " accompanist" }
112104
113105# Libraries
114106squareup_seismic = " com.squareup:seismic:1.0.3"
0 commit comments