This repository has been archived by the owner on Jan 26, 2023. It is now read-only.
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
- Apply unique values with alternate symbols
- Query features with Arcade expression
- Render multilayer symbols
- Navigate route with rerouting
- Display feature layers
- Export vector tiles
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
- Patched Find route to use routing service.
- Patched bug with Query with CQL filters by supporting CQL2 JSON encoding.
- Added
GeotriggerMonitorStatus
check to Set up location driven geotriggers. - Renamed layout files to have unique file names.