Skip to content

Commit 2b181bb

Browse files
committed
Update Compose BOM 2024.09.03
1 parent eba2d72 commit 2b181bb

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Maven Central](https://img.shields.io/maven-central/v/ovh.plrapps/mapcompose)](https://central.sonatype.com/artifact/ovh.plrapps/mapcompose)
22
[![GitHub License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0)
3-
[![](https://img.shields.io/badge/ComposeBOM-2024.09.02-brightgreen)](https://developer.android.com/jetpack/compose/bom/bom)
3+
[![](https://img.shields.io/badge/ComposeBOM-2024.09.03-brightgreen)](https://developer.android.com/jetpack/compose/bom/bom)
44

55
🎉 News:
66
- MapCompose Multiplatform is officially released: https://github.com/p-lr/MapComposeMP \
@@ -73,7 +73,7 @@ There's an example in the demo app.
7373

7474
Add this to your module's build.gradle
7575
```groovy
76-
implementation 'ovh.plrapps:mapcompose:2.12.7'
76+
implementation 'ovh.plrapps:mapcompose:2.12.8'
7777
```
7878

7979
Starting with v.2.4.1, the library is using the

demo/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ dependencies {
5151
implementation 'androidx.appcompat:appcompat:1.7.0'
5252

5353
// Compose - See https://developer.android.com/jetpack/compose/setup#bom-version-mapping
54-
implementation platform('androidx.compose:compose-bom:2024.09.02')
54+
implementation platform('androidx.compose:compose-bom:2024.09.03')
5555
implementation "androidx.compose.ui:ui"
5656
implementation "androidx.compose.material:material"
5757
implementation "androidx.compose.ui:ui-tooling-preview"
5858
debugImplementation "androidx.compose.ui:ui-tooling"
5959

60-
implementation 'androidx.navigation:navigation-compose:2.8.1'
60+
implementation 'androidx.navigation:navigation-compose:2.8.2'
6161
implementation 'androidx.activity:activity-compose:1.9.2'
6262
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.8.6'
6363
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.6'

mapcompose/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151

5252
dependencies {
5353
// Compose - See https://developer.android.com/jetpack/compose/setup#bom-version-mapping
54-
api platform('androidx.compose:compose-bom:2024.09.02')
54+
api platform('androidx.compose:compose-bom:2024.09.03')
5555
api "androidx.compose.foundation:foundation"
5656
implementation "androidx.compose.ui:ui-tooling-preview"
5757
debugImplementation "androidx.compose.ui:ui-tooling"

mapcompose/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=ovh.plrapps
2-
VERSION_NAME=2.12.7
2+
VERSION_NAME=2.12.8
33
ARTIFACT_ID=mapcompose
44

55
POM_NAME=MapCompose

testapp/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ dependencies {
5252
implementation 'androidx.appcompat:appcompat:1.7.0'
5353

5454
// Compose - See https://developer.android.com/jetpack/compose/setup#bom-version-mapping
55-
implementation platform('androidx.compose:compose-bom:2024.09.02')
55+
implementation platform('androidx.compose:compose-bom:2024.09.03')
5656
implementation "androidx.compose.ui:ui"
5757
implementation "androidx.compose.material:material"
5858
implementation "androidx.compose.ui:ui-tooling-preview"
5959
debugImplementation "androidx.compose.ui:ui-tooling"
6060

61-
implementation 'androidx.navigation:navigation-compose:2.8.1'
61+
implementation 'androidx.navigation:navigation-compose:2.8.2'
6262
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.6'
6363
implementation 'androidx.activity:activity-compose:1.9.2'
6464
implementation project(':mapcompose')

0 commit comments

Comments
 (0)