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 e771730 + 078329b commit 2d7e56dCopy full SHA for 2d7e56d
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
@@ -22,7 +22,7 @@ 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