From 2000cc8b44a4da9062157d3afee5f31dfeedd1cf Mon Sep 17 00:00:00 2001 From: Christoph Maurhofer Date: Tue, 9 Apr 2024 08:18:22 +0200 Subject: [PATCH] Prepare release 2.1.0 --- CHANGELOG.md | 6 +++--- Package.resolved | 4 ++-- android/README.md | 2 +- android/build.gradle | 4 ++-- android/gradle.properties | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c51eb9d..585c7ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Package.resolved b/Package.resolved index ee272da..b2bd2e7 100644 --- a/Package.resolved +++ b/Package.resolved @@ -15,7 +15,7 @@ "repositoryURL": "https://github.com/openmobilemaps/layer-gps.git", "state": { "branch": null, - "revision": "24f869d05981c9db4c5508f2ae615bcbcf94d2a8", + "revision": "1626baab94c63f150f0527dc152dbec77b049f33", "version": "2.1.0" } }, @@ -24,7 +24,7 @@ "repositoryURL": "https://github.com/openmobilemaps/maps-core.git", "state": { "branch": null, - "revision": "df5c4816bc55cdf523637a353638c82732dfb218", + "revision": "080fc23ae4738e008e8a6d9917634fe2b1440fbe", "version": "2.1.0" } }, diff --git a/android/README.md b/android/README.md index f02bee4..0caa438 100644 --- a/android/README.md +++ b/android/README.md @@ -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. diff --git a/android/build.gradle b/android/build.gradle index 880661e..e453c00 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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' diff --git a/android/gradle.properties b/android/gradle.properties index 700dd0b..aeccdf4 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -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