Remove version catalog bundles (#3370)

This commit is contained in:
Phil Oliver 2025-10-07 06:23:12 -04:00 committed by GitHub
parent 7287ebbf49
commit 59916a4cbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 99 additions and 76 deletions

View file

@ -62,6 +62,8 @@ dependencies {
implementation(libs.material)
// OSM
implementation(libs.bundles.osm)
implementation(libs.mgrs)
implementation(libs.osmbonuspack)
implementation(libs.osmdroid.android)
implementation(libs.osmdroid.geopackage) { exclude(group = "com.j256.ormlite") }
}