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 423e167 + 648ae98 commit 12ec751Copy full SHA for 12ec751
build.gradle.kts
@@ -14,7 +14,7 @@ plugins {
14
allprojects {
15
configurations.all {
16
resolutionStrategy {
17
- force("com.yandex.android:maps.mobile:4.19.0-navikit")
+ force("com.yandex.android:maps.mobile:4.22.0-navikit")
18
}
19
20
gradle/libs.versions.toml
@@ -18,11 +18,11 @@ kotlin = "2.2.20"
coroutines = "1.10.2"
settings = "1.3.0"
serialization = "1.9.0"
21
-ktorClientVersion = "3.2.3"
+ktorClientVersion = "3.3.0"
22
buildkonfig = "0.17.1"
23
24
#noinspection NewerVersionAvailable
25
-mapkit = "4.19.0-navikit"
+mapkit = "4.22.0-navikit"
26
27
[libraries]
28
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
0 commit comments