Skip to content

Commit 4b3f87e

Browse files
Bump com.yandex.android:maps.mobile
Bumps [com.yandex.android:maps.mobile](https://github.com/yandex/mapkit-android-demo) from 4.25.0-navikit to 4.26.0-navikit. - [Commits](https://github.com/yandex/mapkit-android-demo/commits) --- updated-dependencies: - dependency-name: com.yandex.android:maps.mobile dependency-version: 4.26.0-navikit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 98f2662 commit 4b3f87e

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ktorClientVersion = "3.3.2"
2222
buildkonfig = "0.17.1"
2323

2424
#noinspection NewerVersionAvailable
25-
mapkit = "4.25.0-navikit"
25+
mapkit = "4.26.0-navikit"
2626

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

0 commit comments

Comments
 (0)