We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d64a3e + 2d7e56d commit 0a3ad03Copy full SHA for 0a3ad03
build.gradle.kts
@@ -14,7 +14,7 @@ plugins {
14
allprojects {
15
configurations.all {
16
resolutionStrategy {
17
- force("com.yandex.android:maps.mobile:4.17.0-full")
+ force("com.yandex.android:maps.mobile:4.19.0-navikit")
18
}
19
20
gradle/libs.versions.toml
@@ -18,11 +18,11 @@ kotlin = "2.2.10"
coroutines = "1.10.2"
settings = "1.3.0"
serialization = "1.9.0"
21
-ktorClientVersion = "3.2.2"
+ktorClientVersion = "3.2.3"
22
buildkonfig = "0.17.1"
23
24
#noinspection NewerVersionAvailable
25
-mapkit = "4.17.0-full"
+mapkit = "4.19.0-navikit"
26
27
[libraries]
28
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
0 commit comments