mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-19 12:18:43 -04:00
chore: clean up com.j256.ormlite exclusion
This commit is contained in:
@@ -189,8 +189,7 @@ dependencies {
|
||||
def osmdroid_version = '6.1.14'
|
||||
implementation "org.osmdroid:osmdroid-android:$osmdroid_version"
|
||||
implementation "org.osmdroid:osmdroid-wms:$osmdroid_version"
|
||||
implementation ("org.osmdroid:osmdroid-geopackage:$osmdroid_version") {
|
||||
exclude module: 'ormlite-core'
|
||||
implementation("org.osmdroid:osmdroid-geopackage:$osmdroid_version") {
|
||||
exclude group: 'com.j256.ormlite'
|
||||
}
|
||||
implementation 'com.github.MKergall:osmbonuspack:6.9.0'
|
||||
|
||||
Reference in New Issue
Block a user