chore: clean up com.j256.ormlite exclusion

This commit is contained in:
andrekir 2023-07-09 08:15:00 -03:00
parent 9f4bc172ff
commit e2cd66d3a0

View file

@ -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'