Skip to content

Commit

Permalink
Upgrade osmdroid to 6.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Jan 11, 2025
1 parent 563b38f commit c581246
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ dependencies {
implementation(libs.molly.native.utils)
implementation(libs.molly.glide.webp.decoder)
implementation(libs.gosimple.nbvcxz)
"fossImplementation"("org.osmdroid:osmdroid-android:6.1.16")
"fossImplementation"(libs.osmdroid.android)
implementation(libs.unifiedpush.connector) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib")
exclude(group = "com.google.protobuf", module = "protobuf-java")
Expand Down
10 changes: 5 additions & 5 deletions app/src/main/res/xml/network_security_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,33 @@
<domain includeSubdomains="false">b.tile.openstreetmap.org</domain>
<domain includeSubdomains="false">c.tile.openstreetmap.org</domain>
<pin-set>
<pin digest="SHA-256">Rehz0ahoqqnCIIuXj6jWVUdLDssV5ARbkFHOfFccWaU=</pin>
<pin digest="SHA-256">cGuxAXyFXFkWm61cF4HPWX8S0srS9j0aSqN0k4AP+4A=</pin>
</pin-set>
</domain-config>
<domain-config>
<domain includeSubdomains="false">maps.wikimedia.org</domain>
<pin-set>
<pin digest="SHA-256">jQJTbIh0grw0/1TkHSumWb+Fs0Ggogr621gT3PvPKG0=</pin>
<pin digest="SHA-256">NYbU7PBwV4y9J67c4guWTki8FJ+uudrXL0a4V4aRcrg=</pin>
</pin-set>
</domain-config>
<domain-config>
<domain includeSubdomains="false">tiles.openseamap.org</domain>
<pin-set>
<pin digest="SHA-256">jQJTbIh0grw0/1TkHSumWb+Fs0Ggogr621gT3PvPKG0=</pin>
<pin digest="SHA-256">HvHMVMntBDPrDCgr610nxBciVTXmE0TIkDg646DamR4=</pin>
</pin-set>
</domain-config>
<domain-config>
<domain includeSubdomains="false">basemap.nationalmap.gov</domain>
<pin-set>
<pin digest="SHA-256">NIQDTktVizbP/aEJd1qrl6bEiEoEPmT1HVKF+wPMhKc=</pin>
<pin digest="SHA-256">glQ8v/7Y2nwI3pXU5QpQx/XIAlYZGglTa+B1E6xVjrQ=</pin>
</pin-set>
</domain-config>
<domain-config>
<domain includeSubdomains="false">a.tile.opentopomap.org</domain>
<domain includeSubdomains="false">b.tile.opentopomap.org</domain>
<domain includeSubdomains="false">c.tile.opentopomap.org</domain>
<pin-set>
<pin digest="SHA-256">jQJTbIh0grw0/1TkHSumWb+Fs0Ggogr621gT3PvPKG0=</pin>
<pin digest="SHA-256">K7rZOrXHknnsEhUH8nLL4MZkejquUuIvOIr6tCa0rbo=</pin>
</pin-set>
</domain-config>
</network-security-config>
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ molly-argon2 = "im.molly:argon2:13.1-1"
molly-glide-webp-decoder = "im.molly:glide-webp-decoder:1.3.2-2"
unifiedpush-connector = "org.unifiedpush.android:connector:3.0.0-rc2"
unifiedpush-connector-ui = "org.unifiedpush.android:connector-ui:1.1.0-rc3"
osmdroid-android = "org.osmdroid:osmdroid-android:6.1.20"

# Third Party
greenrobot-eventbus = "org.greenrobot:eventbus:3.0.0"
Expand Down
5 changes: 5 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9332,6 +9332,11 @@ https://docs.gradle.org/current/userguide/dependency_verification.html
<sha256 value="3e5f04d27d29d3c7d9366e19cdd1bfa8c3d6a0eeec5266ec23b1bb7fac59f9b0" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.osmdroid" name="osmdroid-android" version="6.1.20">
<artifact name="osmdroid-android-6.1.20.aar">
<sha256 value="2cbec2a2a1a671a76849897748080079a3158a7a4c8554b86f2c75860f91046a" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.ow2.asm" name="asm" version="9.5">
<artifact name="asm-9.5.jar">
<sha256 value="b62e84b5980729751b0458c534cf1366f727542bb8d158621335682a460f0353" origin="Generated by Gradle"/>
Expand Down

0 comments on commit c581246

Please sign in to comment.