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 6f241d9 + 6207be6 commit 4ed2771Copy full SHA for 4ed2771
build.gradle.kts
@@ -14,7 +14,7 @@ plugins {
14
allprojects {
15
configurations.all {
16
resolutionStrategy {
17
- force("com.yandex.android:maps.mobile:4.24.0-navikit")
+ force("com.yandex.android:maps.mobile:4.25.0-navikit")
18
}
19
20
gradle/libs.versions.toml
@@ -22,7 +22,7 @@ ktorClientVersion = "3.3.1"
22
buildkonfig = "0.17.1"
23
24
#noinspection NewerVersionAvailable
25
-mapkit = "4.24.0-navikit"
+mapkit = "4.25.0-navikit"
26
27
[libraries]
28
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
0 commit comments