summaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2023-07-31 14:48:56 +0000
committerGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2023-07-31 14:48:56 +0000
commit5c36bc424d610d0226694782d29d80f428fd7ca3 (patch)
tree5ee3bbc19e2ce6dc8bd4f62abcf1ad1f6a41f371 /gradle
parent466b3947268bb9e053da492e376f94af58b6a9c5 (diff)
5842: fix back to REAL location
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
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" }