Skip to content

Commit a0f342f

Browse files
authored
Merge pull request #1098 from wordpress-mobile/build/remove-unused-dependencies-january-2025
[Dependency Analysis] Remove Unused Dependencies [`January 2025`]
2 parents f6d9ce8 + 884864d commit a0f342f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ ext {
7272

7373
ext {
7474
// mixed
75+
androidxComposeCompilerVersion = '1.5.14'
76+
androidxComposeLibraryVersion = '1.7.5'
7577
gradlePluginVersion = '3.3.1'
7678
kotlinCoroutinesVersion = '1.8.1'
7779
tagSoupVersion = '1.2.1'

media-placeholders/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
compose true
3737
}
3838
composeOptions {
39-
kotlinCompilerExtensionVersion = "1.5.14"
39+
kotlinCompilerExtensionVersion = androidxComposeCompilerVersion
4040
}
4141
}
4242

@@ -47,10 +47,9 @@ 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:1.3.1'
51-
implementation 'androidx.compose.foundation:foundation:1.7.5'
52-
implementation 'androidx.compose.ui:ui:1.7.5'
53-
implementation 'androidx.compose.ui:ui-tooling-preview:1.7.5'
50+
implementation "androidx.compose.foundation:foundation-layout:$androidxComposeLibraryVersion"
51+
implementation "androidx.compose.ui:ui:$androidxComposeLibraryVersion"
52+
implementation "androidx.compose.ui:ui-unit:$androidxComposeLibraryVersion"
5453
}
5554

5655
dependencyAnalysis {

0 commit comments

Comments
 (0)