Skip to content

Commit dd76318

Browse files
fix(deps): update dependency org.maplibre.gl:android-sdk-opengl to v13.5.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b846aa4 commit dd76318

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ dependencies {
330330
implementation("org.maplibre.compose:maplibre-compose-material3:0.14.0") {
331331
exclude(group = "org.maplibre.gl", module = "android-sdk")
332332
}
333-
implementation("org.maplibre.gl:android-sdk-opengl:13.0.2")
333+
implementation("org.maplibre.gl:android-sdk-opengl:13.5.1")
334334
implementation("fr.dudie:nominatim-api:3.4") {
335335
//noinspection DuplicatePlatformClasses
336336
exclude(group = "org.apache.httpcomponents", module = "httpclient")

gradle/verification-metadata.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.0"/>
7777
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.1"/>
7878
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.2"/>
79+
<trusting group="androidx.fragment"/>
7980
<trusting group="androidx.graphics"/>
8081
<trusting group="androidx.lifecycle"/>
8182
<trusting group="androidx.media3"/>
@@ -138,6 +139,7 @@
138139
<trusted-key id="1EB0CEA42D72C81A21C6B83F0A5DB758AC25D049">
139140
<trusting group="org.maplibre.gl" name="android-sdk" version="13.0.2"/>
140141
<trusting group="org.maplibre.gl" name="android-sdk-opengl" version="13.0.2"/>
142+
<trusting group="org.maplibre.gl" name="android-sdk-opengl" version="13.5.1"/>
141143
</trusted-key>
142144
<trusted-key id="20723A6399BC060154283B37CFAE163B64AC9189">
143145
<trusting group="org.jetbrains.androidx.lifecycle"/>

0 commit comments

Comments
 (0)