diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b94ca0..b2ef253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog for Open Mobile Maps +## Version 0.1.1 (13.08.2021) +- update [mapscore to 1.3.2](https://github.com/openmobilemaps/maps-core/releases/tag/1.3.2) + ## Version 0.1.0 (11.08.2021) - initial version of the gps layer diff --git a/android/README.md b/android/README.md index a223cae..d132a21 100644 --- a/android/README.md +++ b/android/README.md @@ -31,7 +31,7 @@ This module is designed to be used together with Open Mobile Maps maps-core. To add the OpenSwissMaps SDK to your Android project, add the following line to your build.gradle ```groovy -implementation 'io.openmobilemaps:layer-gps:0.1.0' +implementation 'io.openmobilemaps:layer-gps:0.1.1' ``` Make sure you have mavenCentral() listed in your project repositories. diff --git a/android/build.gradle b/android/build.gradle index 00f1a41..612feac 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -120,7 +120,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.3.2' implementation 'com.google.android.gms:play-services-location:17.0.0' - mavenApi 'io.openmobilemaps:mapscore:1.3.1' + mavenApi 'io.openmobilemaps:mapscore:1.3.2' moduleApi project(':mapscore') testImplementation 'junit:junit:4.13.2' diff --git a/android/gradle.properties b/android/gradle.properties index 6a00a1c..0e167de 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -25,8 +25,8 @@ SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots/ GROUP=io.openmobilemaps POM_ARTIFACT_ID=layer-gps -VERSION_NAME=0.1.0 -VERSION_CODE=10 +VERSION_NAME=0.1.1 +VERSION_CODE=11 PUBLISH_VARIANT=mavenRelease POM_NAME=layer-gps