Skip to content

Commit 49a06dc

Browse files
committed
Version bump
1 parent 0c0386a commit 49a06dc

2 files changed

Lines changed: 3 additions & 3 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-2025.10.01-brightgreen)](https://developer.android.com/jetpack/compose/bom/bom)
3+
[![](https://img.shields.io/badge/ComposeBOM-2025.11.01-brightgreen)](https://developer.android.com/jetpack/compose/bom/bom)
44

55
🎉 News:
66
- `3.1.0` now supports infinite scroll (#119).
@@ -74,7 +74,7 @@ There's an example in the demo app.
7474

7575
Add this to your module's build.gradle
7676
```groovy
77-
implementation 'ovh.plrapps:mapcompose:3.2.3'
77+
implementation 'ovh.plrapps:mapcompose:3.2.4'
7878
```
7979

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

mapcompose/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=ovh.plrapps
2-
VERSION_NAME=3.2.3
2+
VERSION_NAME=3.2.4
33
ARTIFACT_ID=mapcompose
44

55
POM_NAME=MapCompose

0 commit comments

Comments
 (0)