Skip to content

Release 0.13.1

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Apr 11:07
v0.13.1
6fa4585

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")
}