File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ w3w-android-design = "2.0.5-SNAPSHOT"
29
29
w3w-core-android = " 1.2.0"
30
30
31
31
# Compose
32
- compose-bom = " 2025.04 .00"
32
+ compose-bom = " 2025.05 .00"
33
33
constraint-layout-compose = " 1.1.1"
34
34
35
35
# GMS
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ dependencies {
109
109
api(libs.w3w.android.design)
110
110
api(libs.w3w.core.android)
111
111
112
- implementation (platform(libs.compose.bom))
112
+ api (platform(libs.compose.bom))
113
113
implementation(libs.compose.runtime)
114
114
implementation(libs.compose.ui)
115
115
implementation(libs.compose.ui.tooling)
@@ -211,17 +211,6 @@ publishing {
211
211
developerConnection.set(
" scm:git:ssh://[email protected] :what3words/w3w-android-ocr-components.git" )
212
212
url.set(" https://github.com/what3words/w3w-android-ocr-components/tree/master" )
213
213
}
214
-
215
- withXml {
216
- val dependencyManagement = asNode().appendNode(" dependencyManagement" )
217
- val dependencies = dependencyManagement.appendNode(" dependencies" )
218
- val bomDependency = dependencies.appendNode(" dependency" )
219
- bomDependency.appendNode(" groupId" , " androidx.compose" )
220
- bomDependency.appendNode(" artifactId" , " compose-bom" )
221
- bomDependency.appendNode(" version" , libs.versions.compose.bom.get())
222
- bomDependency.appendNode(" type" , " pom" )
223
- bomDependency.appendNode(" scope" , " import" )
224
- }
225
214
}
226
215
}
227
216
// POM metadata
You can’t perform that action at this time.
0 commit comments