Skip to content

Commit 19470e9

Browse files
authored
Merge branch 'main' into dependabot/gradle/androidx-lifecycle-2.9.2
2 parents d979f99 + fc785f7 commit 19470e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
allprojects {
1515
configurations.all {
1616
resolutionStrategy {
17-
force("com.yandex.android:maps.mobile:4.17.0-full")
17+
force("com.yandex.android:maps.mobile:4.19.0-navikit")
1818
}
1919
}
2020
}

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ androidx-lifecycle = "2.9.2"
1414
androidx-testExt = "1.2.1"
1515
composeMultiplatform = "1.8.2"
1616
junit = "4.13.2"
17-
kotlin = "2.2.0"
17+
kotlin = "2.2.10"
1818
coroutines = "1.10.2"
1919
settings = "1.3.0"
2020
serialization = "1.9.0"
21-
ktorClientVersion = "3.2.2"
21+
ktorClientVersion = "3.2.3"
2222
buildkonfig = "0.17.1"
2323

2424
#noinspection NewerVersionAvailable
25-
mapkit = "4.17.0-full"
25+
mapkit = "4.19.0-navikit"
2626

2727
[libraries]
2828
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }

0 commit comments

Comments
 (0)