Skip to content

Commit f87471a

Browse files
authored
Merge pull request #23 from icerockdev/develop
Release 0.3.3
2 parents fd4349e + add83e2 commit f87471a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ This is a Kotlin Multiplatform library that provides geolocation to common code.
3737
### mavenCentral
3838
- kotlin 1.4.31
3939
- 0.3.2
40+
- 0.3.3
4041

4142
## Installation
4243
root build.gradle
@@ -51,7 +52,7 @@ allprojects {
5152
project build.gradle
5253
```groovy
5354
dependencies {
54-
commonMainApi("dev.icerock.moko:geo:0.3.2")
55+
commonMainApi("dev.icerock.moko:geo:0.3.3")
5556
androidMainImplementation("com.google.android.gms:play-services-location:18.0.0")
5657
}
5758
```

buildSrc/src/main/kotlin/Deps.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ object Deps {
1111

1212
private const val coroutinesVersion = "1.4.2"
1313
private const val mokoParcelizeVersion = "0.6.1"
14-
private const val mokoPermissionsVersion = "0.8.0"
14+
private const val mokoPermissionsVersion = "0.9.0"
1515
private const val mokoMvvmVersion = "0.9.2"
16-
const val mokoGeoVersion = "0.3.2"
16+
const val mokoGeoVersion = "0.3.3"
1717

1818
object Android {
1919
const val compileSdk = 28

0 commit comments

Comments
 (0)