mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-09-12 21:30:02 -04:00
chore(deps): remove unused osmdroid-geopackage dependency (#6734)
This commit is contained in:
1 parent
f28fbfa153
commit
dcd64e7d68
2 files changed
-2
No files matched your search
@@ -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")
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in new issue
Block a user