Skip to content

Commit 9a13982

Browse files
committed
Deps: Remove androidx compose ui tooling preview 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.ui:ui-tooling-preview:1.7.5'
1 parent 644f339 commit 9a13982

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

media-placeholders/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ dependencies {
4949
testImplementation "org.robolectric:robolectric:$robolectricVersion"
5050
implementation "androidx.compose.foundation:foundation:$androidxComposeLibraryVersion"
5151
implementation "androidx.compose.ui:ui:$androidxComposeLibraryVersion"
52-
implementation "androidx.compose.ui:ui-tooling-preview:$androidxComposeLibraryVersion"
5352
}
5453

5554
dependencyAnalysis {

0 commit comments

Comments
 (0)