From 5c36bc424d610d0226694782d29d80f428fd7ca3 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquart Date: Mon, 31 Jul 2023 14:48:56 +0000 Subject: 5842: fix back to REAL location --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle/libs.versions.toml') diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b5b7a35..e85838d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ junit = { group = "junit", name = "junit", version = "4.13.1" } kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinx-coroutines" } kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" } leakcanary = { group = "com.squareup.leakcanary", name = "leakcanary-android", version = "2.9.1" } -maplibre = { group = "org.maplibre.gl", name = "android-sdk", version = "10.0.2" } +maplibre = { group = "org.maplibre.gl", name = "android-sdk", version = "10.2.0" } mockk = { group = "io.mockk", name = "mockk", version = "1.10.5" } mpandroidcharts = { group = "com.github.PhilJay", name = "MPAndroidChart", version = "v3.1.0" } retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" } -- cgit v1.2.1