Skip to content

Commit

Permalink
Merge pull request #164 from geoadmin/release/2.5.1
Browse files Browse the repository at this point in the history
Release 2.5.1
  • Loading branch information
maurhofer-ubique authored Sep 19, 2024
2 parents 518f286 + 59057c8 commit f9b6bb2
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Open Swiss Maps SDK

## Version 2.5.1
- Update [mapscore to 2.5.1](https://github.com/openmobilemaps/maps-core/releases/tag/2.5.1)
- Update [gps-layer to 2.5.1](https://github.com/openmobilemaps/layer-gps/releases/tag/2.5.1)

## Version 2.5.0
- Update [mapscore to 2.5.0](https://github.com/openmobilemaps/maps-core/releases/tag/2.5.0)
- Update [gps-layer to 2.5.0](https://github.com/openmobilemaps/layer-gps/releases/tag/2.5.0)
Expand Down
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"repositoryURL": "https://github.com/openmobilemaps/layer-gps.git",
"state": {
"branch": null,
"revision": "f4ee6e0f447a2d056a3b0e74fe423e278a70bd9b",
"version": "2.5.0"
"revision": "fdebc3bd536009f8699e273787b5cd8a70577bec",
"version": "2.5.1"
}
},
{
"package": "MapCore",
"repositoryURL": "https://github.com/openmobilemaps/maps-core.git",
"state": {
"branch": null,
"revision": "fb5cbdcf42b01964a795ed68f1f9e8c2eb9675f9",
"version": "2.5.0"
"revision": "cea64807bd1b2eb184bf03ac5a6d16d18270b063",
"version": "2.5.1"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/openmobilemaps/maps-core.git", from: "2.5.0"),
.package(url: "https://github.com/openmobilemaps/layer-gps.git", from: "2.5.0")
.package(url: "https://github.com/openmobilemaps/maps-core.git", from: "2.5.1"),
.package(url: "https://github.com/openmobilemaps/layer-gps.git", from: "2.5.1")
],
targets: [
.target(
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.5.0'
implementation 'ch.admin.geo.openswissmaps:openswissmaps-sdk:2.5.1'
}
```
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.5.0"
api "io.openmobilemaps:layer-gps:2.5.0"
api "io.openmobilemaps:mapscore:2.5.1"
api "io.openmobilemaps:layer-gps:2.5.1"
implementation "ch.ubique.android:djinni-support-lib:1.0.7"

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

VERSION_NAME=2.5.0
VERSION_CODE=2050000
VERSION_NAME=2.5.1
VERSION_CODE=2050100

PUBLISH_VARIANT=release

Expand Down
2 changes: 1 addition & 1 deletion ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Once you have your Swift package set up, adding Open Mobile Maps as a dependency

```swift
dependencies: [
.package(url: "https://github.com/geoadmin/lib-open-swiss-maps-sdk.git", .upToNextMajor(from: "2.5.0"))
.package(url: "https://github.com/geoadmin/lib-open-swiss-maps-sdk.git", .upToNextMajor(from: "2.5.1"))
]
```

Expand Down

0 comments on commit f9b6bb2

Please sign in to comment.