Skip to content

Commit

Permalink
Update maps-core and layer-gps dependencies, prepare release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maurhofer-ubique committed Mar 19, 2024
1 parent fb97fb8 commit 605216f
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 13 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.0.3 (19.03.2024)
- update [mapscore to 2.0.3](https://github.com/openmobilemaps/maps-core/releases/tag/2.0.3)
- update [gps-layer to 2.0.3](https://github.com/openmobilemaps/layer-gps/releases/tag/2.0.3)

## Version 2.0.2 (12.03.2024)
- update [mapscore to 2.0.2](https://github.com/openmobilemaps/maps-core/releases/tag/2.0.2)
- update [gps-layer to 2.0.2](https://github.com/openmobilemaps/layer-gps/releases/tag/2.0.2)
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": "8aecacf0aa956b2762ca59f3116f3dca54ba63f3",
"version": "2.0.2"
"revision": "3458981b7185d3366f70e29287fccc0b362e873f",
"version": "2.0.3"
}
},
{
"package": "MapCore",
"repositoryURL": "https://github.com/openmobilemaps/maps-core.git",
"state": {
"branch": null,
"revision": "bcd51034d19a5ed88fce9881be6e62ca174300db",
"version": "2.0.2"
"revision": "8019a458cb2c554068349c1eb1b39aace47bb99c",
"version": "2.0.3"
}
},
{
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.0.2"),
.package(url: "https://github.com/openmobilemaps/layer-gps.git", from: "2.0.2")
.package(url: "https://github.com/openmobilemaps/maps-core.git", from: "2.0.3"),
.package(url: "https://github.com/openmobilemaps/layer-gps.git", from: "2.0.3")
],
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.0.2'
implementation 'ch.admin.geo.openswissmaps:openswissmaps-sdk:2.0.3'
}
```
Make sure you have mavenCentral() listed in your project repositories.
Expand Down
5 changes: 2 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +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.0.2"
api "io.openmobilemaps:layer-gps:2.0.2"

api "io.openmobilemaps:mapscore:2.0.3"
api "io.openmobilemaps:layer-gps:2.0.3"
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.0.2
VERSION_CODE=2000200
VERSION_NAME=2.0.3
VERSION_CODE=2000300

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.0.2"))
.package(url: "https://github.com/geoadmin/lib-open-swiss-maps-sdk.git", .upToNextMajor(from: "2.0.3"))
]
```

Expand Down

0 comments on commit 605216f

Please sign in to comment.