Skip to content

v200.0.0 Beta Release

Compare
Choose a tag to compare
@shubham7109 shubham7109 released this 17 Dec 01:07
· 43 commits to main since this release
790b676

build.gradle (project)

maven { url 'https://esri.jfrog.io/artifactory/arcgis' }

dependencies {
    implementation 'com.esri:arcgis-maps-kotlin::200.0.0-beta01'
}

Change log:

  • This release is a full reimagining of the ArcGIS Runtime SDK for Android as a Kotlin-first SDK, with out-of-the-box support for features like coroutines, flows, and null safety.
  • Migrated 21 samples from the Runtime API for Android to the new ArcGIS Maps SDK for Kotlin
  • Redesigned offline data-provisioning to make it independent for each sample

Migrate from version 100.x to version 200.x

Visit the website doc for instructions to migrate to use the new ArcGIS Maps SDK for Kotlin