Skip to content

Commit 5175fbf

Browse files
committed
Update compose bom
1 parent bb728fc commit 5175fbf

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Readme.md

Lines changed: 2 additions & 2 deletions
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.12.01-brightgreen)](https://developer.android.com/jetpack/compose/bom/bom)
3+
[![](https://img.shields.io/badge/ComposeBOM-2025.02.00-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.12'
76+
implementation 'ovh.plrapps:mapcompose:2.15.0'
7777
```
7878

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

demo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ 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:2025.01.01')
54+
implementation platform('androidx.compose:compose-bom:2025.02.00')
5555
implementation "androidx.compose.ui:ui"
5656
implementation "androidx.compose.material:material"
5757
implementation "androidx.compose.material3:material3"
5858
implementation "androidx.compose.ui:ui-tooling-preview"
5959
debugImplementation "androidx.compose.ui:ui-tooling"
6060

61-
implementation 'androidx.navigation:navigation-compose:2.8.6'
61+
implementation 'androidx.navigation:navigation-compose:2.8.7'
6262
implementation 'androidx.activity:activity-compose:1.10.0'
6363
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7'
6464
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'

mapcompose/build.gradle

Lines changed: 1 addition & 1 deletion
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:2025.01.01')
54+
api platform('androidx.compose:compose-bom:2025.02.00')
5555
api "androidx.compose.foundation:foundation"
5656
implementation "androidx.compose.ui:ui-tooling-preview"
5757
debugImplementation "androidx.compose.ui:ui-tooling"

testapp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ 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:2025.01.01')
55+
implementation platform('androidx.compose:compose-bom:2025.02.00')
5656
implementation "androidx.compose.ui:ui"
5757
implementation "androidx.compose.material:material"
5858
implementation "androidx.compose.material3:material3"
5959
implementation "androidx.compose.ui:ui-tooling-preview"
6060
debugImplementation "androidx.compose.ui:ui-tooling"
6161

62-
implementation 'androidx.navigation:navigation-compose:2.8.6'
62+
implementation 'androidx.navigation:navigation-compose:2.8.7'
6363
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
6464
implementation 'androidx.activity:activity-compose:1.10.0'
6565
implementation project(':mapcompose')

0 commit comments

Comments
 (0)