Skip to content

Commit

Permalink
Merge pull request #170 from geoadmin/release/3.0.0-rc.4
Browse files Browse the repository at this point in the history
Release 3.0.0-rc.4
  • Loading branch information
maurhofer-ubique authored Jan 10, 2025
2 parents 12c1235 + a4080f1 commit 404edd4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Open Swiss Maps SDK

## Version 3.0.0
- Update [mapscore to 3.0.0-rc.3](https://github.com/openmobilemaps/maps-core/releases/tag/3.0.0-rc.3)
- Update [gps-layer to 3.0.0-rc.3](https://github.com/openmobilemaps/layer-gps/releases/tag/3.0.0-rc.3)
- Update [mapscore to 3.0.0-rc.4](https://github.com/openmobilemaps/maps-core/releases/tag/3.0.0-rc.4)
- Update [gps-layer to 3.0.0-rc.4](https://github.com/openmobilemaps/layer-gps/releases/tag/3.0.0-rc.4)
- [Package.swift](Package.swift)
- Update to AGP 8.7.2 and Kotlin 2.0.21

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/openmobilemaps/maps-core", from: .init(stringLiteral: "3.0.0-rc.3")),
.package(url: "https://github.com/openmobilemaps/layer-gps.git", from: .init(stringLiteral: "3.0.0-rc.3"))
.package(url: "https://github.com/openmobilemaps/maps-core", from: .init(stringLiteral: "3.0.0-rc.4")),
.package(url: "https://github.com/openmobilemaps/layer-gps.git", from: .init(stringLiteral: "3.0.0-rc.4"))
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.7"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0"

api "io.openmobilemaps:mapscore:3.0.0-rc.3"
api "io.openmobilemaps:layer-gps:3.0.0-rc.3"
api "io.openmobilemaps:mapscore:3.0.0-rc.4"
api "io.openmobilemaps:layer-gps:3.0.0-rc.4"
implementation "ch.ubique.android:djinni-support-lib:1.0.9"

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=3.0.0-rc.3
VERSION_NAME=3.0.0-rc.4
VERSION_CODE=3000000

PUBLISH_VARIANT=release
Expand Down

0 comments on commit 404edd4

Please sign in to comment.