OpenMapView 0.13.1
Changes
- Fix marker bitmap lifecycle crash, add cache regression tests, and bump OpenMapView docs/version to 0.13.1 (6fa4585)
- Add Detekt static analysis to CI pipeline (#15) (b852cb9)
Installation
Add to your settings.gradle.kts:
dependencyResolutionManagement {
repositories {
mavenCentral()
}
}Add to your build.gradle.kts:
dependencies {
implementation("de.afarber:openmapview:0.13.1")
}