Skip to content

Commit

Permalink
Merge pull request #23 from icerockdev/develop
Browse files Browse the repository at this point in the history
Release 0.3.3
  • Loading branch information
Alex009 authored Jun 4, 2021
2 parents fd4349e + add83e2 commit f87471a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ This is a Kotlin Multiplatform library that provides geolocation to common code.
### mavenCentral
- kotlin 1.4.31
- 0.3.2
- 0.3.3

## Installation
root build.gradle
Expand All @@ -51,7 +52,7 @@ allprojects {
project build.gradle
```groovy
dependencies {
commonMainApi("dev.icerock.moko:geo:0.3.2")
commonMainApi("dev.icerock.moko:geo:0.3.3")
androidMainImplementation("com.google.android.gms:play-services-location:18.0.0")
}
```
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ object Deps {

private const val coroutinesVersion = "1.4.2"
private const val mokoParcelizeVersion = "0.6.1"
private const val mokoPermissionsVersion = "0.8.0"
private const val mokoPermissionsVersion = "0.9.0"
private const val mokoMvvmVersion = "0.9.2"
const val mokoGeoVersion = "0.3.2"
const val mokoGeoVersion = "0.3.3"

object Android {
const val compileSdk = 28
Expand Down

0 comments on commit f87471a

Please sign in to comment.