Skip to content

Commit 384bd61

Browse files
authored
Merge pull request #1524 from vector-im/feature/bma/cleanupDep
Cleanup dependencies
2 parents 6e9d198 + 632389d commit 384bd61

File tree

5 files changed

+0
-13
lines changed

5 files changed

+0
-13
lines changed

features/logout/impl/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ dependencies {
3838
implementation(projects.libraries.testtags)
3939
implementation(projects.libraries.uiStrings)
4040
implementation(projects.libraries.dateformatter.api)
41-
implementation(libs.accompanist.placeholder)
4241
api(projects.features.logout.api)
4342
ksp(libs.showkase.processor)
4443

features/messages/impl/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,11 @@ dependencies {
5454
implementation(projects.services.analytics.api)
5555
implementation(libs.coil.compose)
5656
implementation(libs.datetime)
57-
implementation(libs.accompanist.flowlayout)
5857
implementation(libs.jsoup)
5958
implementation(libs.androidx.constraintlayout)
6059
implementation(libs.androidx.constraintlayout.compose)
6160
implementation(libs.androidx.media3.exoplayer)
6261
implementation(libs.androidx.media3.ui)
63-
implementation(libs.accompanist.systemui)
6462
implementation(libs.vanniktech.blurhash)
6563
implementation(libs.telephoto.zoomableimage)
6664
implementation(libs.matrix.emojibase.bindings)

features/preferences/impl/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ dependencies {
5555
implementation(projects.services.analytics.api)
5656
implementation(projects.services.toolbox.api)
5757
implementation(libs.datetime)
58-
implementation(libs.accompanist.placeholder)
5958
implementation(libs.coil.compose)
6059
implementation(libs.androidx.browser)
6160
implementation(libs.androidx.datastore.preferences)

features/roomlist/impl/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ dependencies {
5353
implementation(projects.features.networkmonitor.api)
5454
implementation(projects.features.leaveroom.api)
5555
implementation(projects.services.analytics.api)
56-
implementation(libs.accompanist.placeholder)
5756
api(projects.features.roomlist.api)
5857
ksp(libs.showkase.processor)
5958

gradle/libs.versions.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ksp = "1.9.10-1.0.13"
99
molecule = "1.2.1"
1010

1111
# AndroidX
12-
material = "1.9.0"
1312
core = "1.12.0"
1413
datastore = "1.0.0"
1514
constraintlayout = "2.1.4"
@@ -69,7 +68,6 @@ kotlin_gradle_plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", v
6968
google_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" }
7371
androidx_core = { module = "androidx.core:core", version.ref = "core" }
7472
androidx_corektx = { module = "androidx.core:core-ktx", version.ref = "core" }
7573
androidx_datastore_preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastore" }
@@ -94,21 +92,15 @@ androidx_preference = "androidx.preference:preference:1.2.1"
9492
androidx_webkit = "androidx.webkit:webkit:1.8.0"
9593

9694
androidx_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
9995
androidx_compose_material3 = "androidx.compose.material3:material3:1.2.0-alpha09"
10096

10197
# Coroutines
10298
coroutines_core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
10399
coroutines_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" }
107102
accompanist_permission = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" }
108-
accompanist_material = { module = "com.google.accompanist:accompanist-navigation-material", version.ref = "accompanist" }
109103
accompanist_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
114106
squareup_seismic = "com.squareup:seismic:1.0.3"

0 commit comments

Comments
 (0)