Skip to content

Commit 6007587

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

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ dependencies {
322322

323323
implementation("io.github.elye:loaderviewlibrary:3.0.0")
324324
implementation("org.maplibre.compose:maplibre-compose:0.12.1")
325-
implementation("org.maplibre.compose:maplibre-compose-material3:0.12.1")
325+
implementation("org.maplibre.compose:maplibre-compose-material3:0.13.0")
326326
implementation("fr.dudie:nominatim-api:3.4") {
327327
//noinspection DuplicatePlatformClasses
328328
exclude(group = "org.apache.httpcomponents", module = "httpclient")

gradle/verification-metadata.xml

Lines changed: 13 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"/>
@@ -68,6 +71,7 @@
6871
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.0"/>
6972
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.1"/>
7073
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.2"/>
74+
<trusting group="androidx.graphics"/>
7175
<trusting group="androidx.lifecycle"/>
7276
<trusting group="androidx.media3"/>
7377
<trusting group="androidx.navigationevent"/>
@@ -162,6 +166,7 @@
162166
<trusted-key id="33FD4BFD33554634053D73C0C2148900BCD3C2AF">
163167
<trusting group="org.jetbrains" name="annotations" version="23.0.0"/>
164168
<trusting group="org.jetbrains" name="annotations" version="26.0.2-1"/>
169+
<trusting group="org.jetbrains" name="annotations" version="26.1.0"/>
165170
<trusting group="org.jetbrains.intellij.deps.kotlinx" name="kotlinx-coroutines-bom" version="1.8.0-intellij-14"/>
166171
<trusting group="org.jetbrains.intellij.deps.kotlinx" name="kotlinx-coroutines-core-jvm" version="1.8.0-intellij-14"/>
167172
</trusted-key>
@@ -30521,6 +30526,14 @@
3052130526
<sha256 value="1bdfbdd12b8eea4e941a3c586670ec244dde985dc9d67e58800a0e5780531934" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
3052230527
</artifact>
3052330528
</component>
30529+
<component group="org.maplibre.gl" name="android-sdk" version="13.0.2">
30530+
<artifact name="android-sdk-13.0.2.aar">
30531+
<sha256 value="c68279e223832cede8ac49346db4f9b8cd604a257f00f92a79331aa34468e75e" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
30532+
</artifact>
30533+
<artifact name="android-sdk-13.0.2.module">
30534+
<sha256 value="96f09a1d00a82f4d6d6ab5a6fff30b7d8a141edadf913cf05f7774f398ed1594" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
30535+
</artifact>
30536+
</component>
3052430537
<component group="org.maplibre.gl" name="android-sdk-geojson" version="6.0.1">
3052530538
<artifact name="android-sdk-geojson-6.0.1.jar">
3052630539
<sha256 value="0c4e4258ce258da9740c17c76f3ae90f89fcfa5822a797f5d466b35410571363" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>

0 commit comments

Comments
 (0)