Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Releases: Esri/arcgis-runtime-samples-android

ArcGIS Runtime Android Samples v100.15.0

17 Aug 18:53
e8bd23e
Compare
Choose a tag to compare

build.gradle (project)

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

dependencies {
    implementation 'com.esri.arcgisruntime:arcgis-android:100.15.0'
}

Change log:

New samples

Enhancements

  • Updated Show device location using indoor positioning to use public web map.
  • Removed Java and Kotlin samples for Feature layer feature service, Feature layer geodatabase, Feature layer geopackage, Feature layer shapefile and replaced with Display feature layers.
  • Renamed Generate geodatabase -> Generate geodatabase replica from feature service to better differentiate geodatabase samples.
  • Added dependencyResolutionManagement support for Kotlin and Java samples.
  • Updated Gradle version to v7.4.2.
  • Updated Gradle plugin version to v7.2.1.
  • Removed deprecated code so that samples build without warnings.

Bug fixes

ArcGIS Runtime Android Samples v100.14.0

27 Apr 19:11
c734a8e
Compare
Choose a tag to compare

build.gradle (project)

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

dependencies {
    implementation 'com.esri.arcgisruntime:arcgis-android:100.14.0'
}

Change log:

ArcGIS Runtime Android Samples v100.13.0

16 Dec 02:32
b15d2c4
Compare
Choose a tag to compare

build.gradle (project)

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

dependencies {
    implementation 'com.esri.arcgisruntime:arcgis-android:100.13.0'
}

Change log:

  • New sample added:
    • Browse building floors
  • Updated samples:
    • Configure subnetwork trace
    • Create and save map
    • Open mobile map scene package
    • List KML contents
  • Additional changes made:
    • Updated Kotlin samples to use Android ViewBinding
    • Removed metadata script
    • Toolkit samples readme changes
    • Updated Java version to JDK 11
    • Updated Kotlin version to 1.5.2
    • Updated Gradle version to 7.0.2

ArcGIS Runtime Android Samples v100.12.0

25 Aug 14:26
a7c8dd3
Compare
Choose a tag to compare
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }

dependencies {
    implementation 'com.esri.arcgisruntime:arcgis-android:100.12.0'
}

ArcGIS Runtime Android Samples v100.11.0

22 Apr 16:20
01a5da9
Compare
Choose a tag to compare
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }

dependencies {
    implementation 'com.esri.arcgisruntime:arcgis-android:100.11.0'
}

ArcGIS Runtime Android Samples v100.10.0

27 Jan 15:14
ac7b88f
Compare
Choose a tag to compare
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }

dependencies {
    implementation 'com.esri.arcgisruntime:arcgis-android:100.10.0'
}

ArcGIS Runtime Android Samples v100.9.0

28 Aug 09:37
6bd2d29
Compare
Choose a tag to compare
maven { url 'https://esri.bintray.com/arcgis' }

dependencies {
    implementation 'com.esri.arcgisruntime:arcgis-android:100.9.0'
}

ArcGIS Runtime Android Samples v100.8.0

11 May 14:12
612d228
Compare
Choose a tag to compare
maven { url 'https://esri.bintray.com/arcgis' }

dependencies {
    implementation 'com.esri.arcgisruntime:arcgis-android:100.8.0'
}

ArcGIS Runtime Android Samples v100.7.0

20 Dec 18:12
e8e34f7
Compare
Choose a tag to compare
maven { url 'https://esri.bintray.com/arcgis' }

dependencies {
    // Use 'implementation' dependency configuration in Android Studio 3.0
    implementation 'com.esri.arcgisruntime:arcgis-android:100.7.0'
}

ArcGIS Runtime Android Samples v100.6.0

27 Aug 16:19
20a05c7
Compare
Choose a tag to compare

ArcGIS Runtime SDK for Android 100.6.0 Samples

maven { url 'https://esri.bintray.com/arcgis' }

dependencies {
    // Use 'implementation' dependency configuration in Android Studio 3.0
    implementation 'com.esri.arcgisruntime:arcgis-android:100.6.0'
}