Skip to content

Commit 515e2a5

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

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
@@ -324,7 +324,7 @@ dependencies {
324324

325325
implementation("io.github.elye:loaderviewlibrary:3.0.0")
326326
implementation("org.maplibre.compose:maplibre-compose:0.12.1")
327-
implementation("org.maplibre.compose:maplibre-compose-material3:0.12.1")
327+
implementation("org.maplibre.compose:maplibre-compose-material3:0.13.1")
328328
implementation("fr.dudie:nominatim-api:3.4") {
329329
//noinspection DuplicatePlatformClasses
330330
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"/>
@@ -69,6 +72,7 @@
6972
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.0"/>
7073
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.1"/>
7174
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.2"/>
75+
<trusting group="androidx.graphics"/>
7276
<trusting group="androidx.lifecycle"/>
7377
<trusting group="androidx.media3"/>
7478
<trusting group="androidx.navigationevent"/>
@@ -163,6 +167,7 @@
163167
<trusted-key id="33FD4BFD33554634053D73C0C2148900BCD3C2AF">
164168
<trusting group="org.jetbrains" name="annotations" version="23.0.0"/>
165169
<trusting group="org.jetbrains" name="annotations" version="26.0.2-1"/>
170+
<trusting group="org.jetbrains" name="annotations" version="26.1.0"/>
166171
<trusting group="org.jetbrains.intellij.deps.kotlinx" name="kotlinx-coroutines-bom" version="1.8.0-intellij-14"/>
167172
<trusting group="org.jetbrains.intellij.deps.kotlinx" name="kotlinx-coroutines-core-jvm" version="1.8.0-intellij-14"/>
168173
</trusted-key>
@@ -30536,6 +30541,14 @@
3053630541
<sha256 value="1bdfbdd12b8eea4e941a3c586670ec244dde985dc9d67e58800a0e5780531934" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
3053730542
</artifact>
3053830543
</component>
30544+
<component group="org.maplibre.gl" name="android-sdk" version="13.0.2">
30545+
<artifact name="android-sdk-13.0.2.aar">
30546+
<sha256 value="c68279e223832cede8ac49346db4f9b8cd604a257f00f92a79331aa34468e75e" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
30547+
</artifact>
30548+
<artifact name="android-sdk-13.0.2.module">
30549+
<sha256 value="96f09a1d00a82f4d6d6ab5a6fff30b7d8a141edadf913cf05f7774f398ed1594" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
30550+
</artifact>
30551+
</component>
3053930552
<component group="org.maplibre.gl" name="android-sdk-geojson" version="6.0.1">
3054030553
<artifact name="android-sdk-geojson-6.0.1.jar">
3054130554
<sha256 value="0c4e4258ce258da9740c17c76f3ae90f89fcfa5822a797f5d466b35410571363" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>

0 commit comments

Comments
 (0)