Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ dependencies {

implementation("io.github.elye:loaderviewlibrary:3.0.0")
implementation("org.maplibre.compose:maplibre-compose:0.12.1")
implementation("org.maplibre.compose:maplibre-compose-material3:0.12.1")
implementation("org.maplibre.compose:maplibre-compose-material3:0.13.0")
implementation("fr.dudie:nominatim-api:3.4") {
//noinspection DuplicatePlatformClasses
exclude(group = "org.apache.httpcomponents", module = "httpclient")
Expand Down
13 changes: 13 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<trust file=".*-sources[.]jar" regex="true" reason="Android Studio downloads source jars but doesn't add checksums - fixes building in AS"/>
<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"/>
</trusted-artifacts>
<ignored-keys>
<ignored-key id="0A5DB758AC25D049" reason="Key couldn't be downloaded from any key server"/>
</ignored-keys>
<trusted-keys>
<trusted-key id="02A36B6DB7056EB5E6FFEF893DA731F041734930" group="org.parceler"/>
<trusted-key id="03C123038C20AAE9E286C857479D601F3A7B5C1A" group="com.github.ajalt.clikt"/>
Expand Down Expand Up @@ -68,6 +71,7 @@
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.0"/>
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.1"/>
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.2"/>
<trusting group="androidx.graphics"/>
<trusting group="androidx.lifecycle"/>
<trusting group="androidx.media3"/>
<trusting group="androidx.navigationevent"/>
Expand Down Expand Up @@ -162,6 +166,7 @@
<trusted-key id="33FD4BFD33554634053D73C0C2148900BCD3C2AF">
<trusting group="org.jetbrains" name="annotations" version="23.0.0"/>
<trusting group="org.jetbrains" name="annotations" version="26.0.2-1"/>
<trusting group="org.jetbrains" name="annotations" version="26.1.0"/>
<trusting group="org.jetbrains.intellij.deps.kotlinx" name="kotlinx-coroutines-bom" version="1.8.0-intellij-14"/>
<trusting group="org.jetbrains.intellij.deps.kotlinx" name="kotlinx-coroutines-core-jvm" version="1.8.0-intellij-14"/>
</trusted-key>
Expand Down Expand Up @@ -30521,6 +30526,14 @@
<sha256 value="1bdfbdd12b8eea4e941a3c586670ec244dde985dc9d67e58800a0e5780531934" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
</component>
<component group="org.maplibre.gl" name="android-sdk" version="13.0.2">
<artifact name="android-sdk-13.0.2.aar">
<sha256 value="c68279e223832cede8ac49346db4f9b8cd604a257f00f92a79331aa34468e75e" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
<artifact name="android-sdk-13.0.2.module">
<sha256 value="96f09a1d00a82f4d6d6ab5a6fff30b7d8a141edadf913cf05f7774f398ed1594" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
</component>
<component group="org.maplibre.gl" name="android-sdk-geojson" version="6.0.1">
<artifact name="android-sdk-geojson-6.0.1.jar">
<sha256 value="0c4e4258ce258da9740c17c76f3ae90f89fcfa5822a797f5d466b35410571363" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
Expand Down
Loading