Skip to content

Commit 644f339

Browse files
committed
Deps: Remove androidx compose material dep from media ph
This dependency is completely unused. FYI: It got introduced as part of this (7d8d37c) commit, a part of implementing placeholders in compose. ------------------------------------------------------------------------ This removal was suggested by the dependency analysis report, see below: Advice for :media-placeholders Unused dependencies which should be removed: ... implementation 'androidx.compose.material3:material3:1.3.1' ...
1 parent 70e49c4 commit 644f339

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ ext {
7474
// mixed
7575
androidxComposeCompilerVersion = '1.5.14'
7676
androidxComposeLibraryVersion = '1.7.5'
77-
androidxComposeMaterialVersion = '1.3.1'
7877
gradlePluginVersion = '3.3.1'
7978
kotlinCoroutinesVersion = '1.8.1'
8079
tagSoupVersion = '1.2.1'

media-placeholders/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ dependencies {
4747
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion"
4848
testImplementation "junit:junit:$jUnitVersion"
4949
testImplementation "org.robolectric:robolectric:$robolectricVersion"
50-
implementation "androidx.compose.material3:material3:$androidxComposeMaterialVersion"
5150
implementation "androidx.compose.foundation:foundation:$androidxComposeLibraryVersion"
5251
implementation "androidx.compose.ui:ui:$androidxComposeLibraryVersion"
5352
implementation "androidx.compose.ui:ui-tooling-preview:$androidxComposeLibraryVersion"

0 commit comments

Comments
 (0)