Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 08_maps/android-yandex/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
def lifecycle_version = "2.9.2"
def mdc_version = "1.12.0"
def core_desugaring_version = "2.1.5"
def yandex_maps_version = "4.19.0-navikit"
def yandex_maps_version = "4.22.0-navikit"

implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "androidx.core:core-ktx:$core_version"
Expand Down
Loading