We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d15e40 + aba4231 commit 1515a3bCopy full SHA for 1515a3b
build.gradle.kts
@@ -14,7 +14,7 @@ plugins {
14
allprojects {
15
configurations.all {
16
resolutionStrategy {
17
- force("com.yandex.android:maps.mobile:4.29.0-navikit")
+ force("com.yandex.android:maps.mobile:4.30.0-navikit")
18
}
19
20
gradle/libs.versions.toml
@@ -22,7 +22,7 @@ ktorClientVersion = "3.3.3"
22
buildkonfig = "0.17.1"
23
24
#noinspection NewerVersionAvailable
25
-mapkit = "4.29.0-navikit"
+mapkit = "4.30.0-navikit"
26
27
[libraries]
28
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
0 commit comments