Skip to content

Commit

Permalink
Prepare release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maurhofer-ubique committed Apr 9, 2024
1 parent 3532c2a commit 2000cc8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Open Swiss Maps SDK

## Version 2.1.0-rc.1 (01.04.2024)
- update [mapscore to 2.1.0-rc.1](https://github.com/openmobilemaps/maps-core/releases/tag/2.1.0-rc.1)
- update [gps-layer to 2.1.0-rc.1](https://github.com/openmobilemaps/layer-gps/releases/tag/2.1.0-rc.1)
## Version 2.1.0 (09.04.2024)
- update [mapscore to 2.1.0](https://github.com/openmobilemaps/maps-core/releases/tag/2.1.0)
- update [gps-layer to 2.1.0](https://github.com/openmobilemaps/layer-gps/releases/tag/2.1.0)

## Version 2.0.5 (08.04.2024)
- update [mapscore to 2.0.5](https://github.com/openmobilemaps/maps-core/releases/tag/2.0.5)
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"repositoryURL": "https://github.com/openmobilemaps/layer-gps.git",
"state": {
"branch": null,
"revision": "24f869d05981c9db4c5508f2ae615bcbcf94d2a8",
"revision": "1626baab94c63f150f0527dc152dbec77b049f33",
"version": "2.1.0"
}
},
Expand All @@ -24,7 +24,7 @@
"repositoryURL": "https://github.com/openmobilemaps/maps-core.git",
"state": {
"branch": null,
"revision": "df5c4816bc55cdf523637a353638c82732dfb218",
"revision": "080fc23ae4738e008e8a6d9917634fe2b1440fbe",
"version": "2.1.0"
}
},
Expand Down
2 changes: 1 addition & 1 deletion android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
To add the OpenSwissMaps SDK to your Android project, add the following line to your build.gradle
```
dependencies {
implementation 'ch.admin.geo.openswissmaps:openswissmaps-sdk:2.1.0-rc.1'
implementation 'ch.admin.geo.openswissmaps:openswissmaps-sdk:2.1.0'
}
```
Make sure you have mavenCentral() listed in your project repositories.
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"

api "io.openmobilemaps:mapscore:2.1.0-rc.1"
api "io.openmobilemaps:layer-gps:2.1.0-rc.1"
api "io.openmobilemaps:mapscore:2.1.0"
api "io.openmobilemaps:layer-gps:2.1.0"
implementation "ch.ubique.android:djinni-support-lib:1.0.7"

testImplementation 'junit:junit:4.13.2'
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android.enableR8.fullMode=false
GROUP=ch.admin.geo.openswissmaps
POM_ARTIFACT_ID=openswissmaps-sdk

VERSION_NAME=2.1.0-rc.1
VERSION_NAME=2.1.0
VERSION_CODE=2010000

PUBLISH_VARIANT=release
Expand Down

0 comments on commit 2000cc8

Please sign in to comment.