diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-07-31 14:48:57 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-07-31 14:48:57 +0000 |
commit | b153164c20449c78772860426b27cb4fe8466939 (patch) | |
tree | 5ee3bbc19e2ce6dc8bd4f62abcf1ad1f6a41f371 /gradle | |
parent | 466b3947268bb9e053da492e376f94af58b6a9c5 (diff) | |
parent | 5c36bc424d610d0226694782d29d80f428fd7ca3 (diff) |
Merge branch '5842-fix_back_to_real_location' into 'main'
5842: fix back to REAL location
See merge request e/os/advanced-privacy!143
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
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" } |