chore(deps): remove unused osmdroid-geopackage dependency (#6734)

This commit is contained in:
James Rich authored and GitHub committed 2026-08-16 09:41:13 +00:00
1 parent f28fbfa153
commit dcd64e7d68
2 files changed
-2

No files matched your search

-1
View File
@@ -324,7 +324,6 @@ dependencies {
add("kspGoogle", libs.androidx.appfunctions.compiler)
fdroidImplementation(libs.osmdroid.android)
fdroidImplementation(libs.osmdroid.geopackage) { exclude(group = "com.j256.ormlite") }
fdroidImplementation(libs.geopackage.android) {
because("6.7.5 depends on 16 KB page-size compatible SQLite Android Bindings")
exclude(group = "com.j256.ormlite")
-1
View File
@@ -290,7 +290,6 @@ okio = { module = "com.squareup.okio:okio", version.ref = "okio" }
uri-kmp = { module = "com.eygraber:uri-kmp", version.ref = "uri-kmp" }
osmbonuspack = { module = "com.github.MKergall:osmbonuspack", version = "6.9.0" }
osmdroid-android = { module = "org.osmdroid:osmdroid-android", version.ref = "osmdroid-android" }
osmdroid-geopackage = { module = "org.osmdroid:osmdroid-geopackage", version.ref = "osmdroid-android" }
geopackage-android = { module = "mil.nga.geopackage:geopackage-android", version.ref = "geopackage-android" }
kermit = { module = "co.touchlab:kermit", version = "2.1.0" }
# Debug-only leak/GC-thrash detector -- see feature/settings/.../debugging/DebugViewModel.kt and