Skip to content

Commit 52c99ca

Browse files
committed
PR feedback
1 parent 17735b1 commit 52c99ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Built APK's are saved to **arcgis-maps-sdk-kotlin-samples/[module-name]/build/ou
4747

4848
### Run samples through the sample viewer
4949
The samples in this repository can also be viewed in a single sample viewer app. It can be found on the Play Store or [on ArcGIS Online](https://arcgisruntime.maps.arcgis.com/home/item.html?id=21ac248ea189406c821400dc28bf686c). If downloading from ArcGIS Online, follow these instructions to run the app locally on your device:
50-
- Download and unzip the file to get the apk **ArcGIS_Runtime_Sample_Viewer_Android_20000.apk**.
50+
- Download and unzip the file to get the apk **ArcGIS_Maps_SDK_Sample_Viewer_Android_20000.apk**.
5151

5252
## Issues
5353

@@ -69,7 +69,7 @@ Anyone and everyone is welcome to [contribute](.github/CONTRIBUTING.md). We do a
6969
Please see our [guidelines for contributing doc](https://github.com/Esri/contributing/blob/main/README.md)
7070

7171
## Licensing
72-
Copyright 2021 Esri
72+
Copyright 2022 Esri
7373

7474
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
7575

version.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ ext {
1212
appcompatVersion = '1.3.0'
1313
constraintLayoutVersion = '2.1.4'
1414
multidexVersion = '2.0.1'
15-
arcgisVersion = '200.0.0-3682'
16-
arcgisToolkitVersion = '200.0.0-3682'
15+
arcgisVersion = '200.0.0-3693'
16+
arcgisToolkitVersion = '200.0.0-3693'
1717
materialVersion = '1.6.1'
1818
recyclerViewVersion = '1.1.0'
1919
// plugin versions

0 commit comments

Comments
 (0)