Skip to content

Commit ec08ac6

Browse files
authored
Merge branch 'main' into dependabot/gradle/gradle-wrapper-9.4.1
2 parents 7c00992 + 03e5ed4 commit ec08ac6

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.33.0-navikit")
17+
force("com.yandex.android:maps.mobile:4.33.1-navikit")
1818
}
1919
}
2020
}

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ androidx-appcompat = "1.7.1"
1010
androidx-constraintlayout = "2.2.1"
1111
androidx-core = "1.16.0"
1212
androidx-espresso = "3.6.1"
13-
androidx-lifecycle = "2.9.6"
13+
androidx-lifecycle = "2.10.0"
1414
androidx-testExt = "1.2.1"
15-
composeMultiplatform = "1.10.2"
15+
composeMultiplatform = "1.10.3"
1616
junit = "4.13.2"
1717
kotlin = "2.3.20"
1818
coroutines = "1.10.2"
@@ -22,7 +22,7 @@ ktorClientVersion = "3.4.1"
2222
buildkonfig = "0.17.1"
2323

2424
#noinspection NewerVersionAvailable
25-
mapkit = "4.33.0-navikit"
25+
mapkit = "4.33.1-navikit"
2626

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

0 commit comments

Comments
 (0)