File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
4243root build.gradle
@@ -51,7 +52,7 @@ allprojects {
5152project build.gradle
5253``` groovy
5354dependencies {
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```
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments