Skip to content

Commit 970d4ff

Browse files
authored
Merge pull request #196 from Esri/update/puneet/update_sdk_dependency_100_12
Update SDK dependency - 100.12 final
2 parents ea7448c + 9b6123e commit 970d4ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can use the Toolkit in your projects by:
2323
2424
```
2525
dependencies {
26-
implementation 'com.esri.arcgisruntime:arcgis-android-toolkit:100.11.0'
26+
implementation 'com.esri.arcgisruntime:arcgis-android-toolkit:100.12.0'
2727
}
2828
```
2929
@@ -60,6 +60,7 @@ The following table shows which versions of the SDK are compatible with the tool
6060
| 100.9.0 | 100.9.0 |
6161
| 100.10.0 | 100.10.0 |
6262
| 100.11.0 | 100.11.0 |
63+
| 100.12.0 | 100.12.0 |
6364
6465
## Resources
6566

gradle/script/versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ ext {
4040
}
4141
kotlin_version = "1.4.31"
4242
kotlin_coroutines = "1.4.1"
43-
arcgis = "100.12.0-3155"
43+
arcgis = "100.12.0"
4444
}

0 commit comments

Comments
 (0)