Skip to content

Commit

Permalink
Merge pull request #9 from openmobilemaps/develop
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
maurhofer-ubique authored Aug 13, 2021
2 parents e08fabc + a914a90 commit db3f7f5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db3f7f5

Please sign in to comment.