Skip to content

Commit a4cc7d5

Browse files
fix(deps): update dependency org.maplibre.compose:maplibre-compose to v0.13.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8393ce5 commit a4cc7d5

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ dependencies {
321321
implementation("com.github.yalantis:ucrop:2.2.11")
322322

323323
implementation("io.github.elye:loaderviewlibrary:3.0.0")
324-
implementation("org.maplibre.compose:maplibre-compose:0.12.1")
324+
implementation("org.maplibre.compose:maplibre-compose:0.13.0")
325325
implementation("org.maplibre.compose:maplibre-compose-material3:0.12.1")
326326
implementation("fr.dudie:nominatim-api:3.4") {
327327
//noinspection DuplicatePlatformClasses

gradle/verification-metadata.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
<trust file=".*-sources[.]jar" regex="true" reason="Android Studio downloads source jars but doesn't add checksums - fixes building in AS"/>
1616
<trust file="gradle-9.4.1-src.zip" regex="true" reason="Android Studio downloads gradle source zip but doesn't add checksums - fixes building in AS"/>
1717
</trusted-artifacts>
18+
<ignored-keys>
19+
<ignored-key id="0A5DB758AC25D049" reason="Key couldn't be downloaded from any key server"/>
20+
</ignored-keys>
1821
<trusted-keys>
1922
<trusted-key id="02A36B6DB7056EB5E6FFEF893DA731F041734930" group="org.parceler"/>
2023
<trusted-key id="03C123038C20AAE9E286C857479D601F3A7B5C1A" group="com.github.ajalt.clikt"/>
@@ -162,6 +165,7 @@
162165
<trusted-key id="33FD4BFD33554634053D73C0C2148900BCD3C2AF">
163166
<trusting group="org.jetbrains" name="annotations" version="23.0.0"/>
164167
<trusting group="org.jetbrains" name="annotations" version="26.0.2-1"/>
168+
<trusting group="org.jetbrains" name="annotations" version="26.1.0"/>
165169
<trusting group="org.jetbrains.intellij.deps.kotlinx" name="kotlinx-coroutines-bom" version="1.8.0-intellij-14"/>
166170
<trusting group="org.jetbrains.intellij.deps.kotlinx" name="kotlinx-coroutines-core-jvm" version="1.8.0-intellij-14"/>
167171
</trusted-key>
@@ -30521,6 +30525,14 @@
3052130525
<sha256 value="1bdfbdd12b8eea4e941a3c586670ec244dde985dc9d67e58800a0e5780531934" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
3052230526
</artifact>
3052330527
</component>
30528+
<component group="org.maplibre.gl" name="android-sdk" version="13.0.2">
30529+
<artifact name="android-sdk-13.0.2.aar">
30530+
<sha256 value="c68279e223832cede8ac49346db4f9b8cd604a257f00f92a79331aa34468e75e" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
30531+
</artifact>
30532+
<artifact name="android-sdk-13.0.2.module">
30533+
<sha256 value="96f09a1d00a82f4d6d6ab5a6fff30b7d8a141edadf913cf05f7774f398ed1594" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
30534+
</artifact>
30535+
</component>
3052430536
<component group="org.maplibre.gl" name="android-sdk-geojson" version="6.0.1">
3052530537
<artifact name="android-sdk-geojson-6.0.1.jar">
3052630538
<sha256 value="0c4e4258ce258da9740c17c76f3ae90f89fcfa5822a797f5d466b35410571363" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>

0 commit comments

Comments
 (0)