We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea7448c + 9b6123e commit 970d4ffCopy full SHA for 970d4ff
README.md
@@ -23,7 +23,7 @@ You can use the Toolkit in your projects by:
23
24
```
25
dependencies {
26
- implementation 'com.esri.arcgisruntime:arcgis-android-toolkit:100.11.0'
+ implementation 'com.esri.arcgisruntime:arcgis-android-toolkit:100.12.0'
27
}
28
29
@@ -60,6 +60,7 @@ The following table shows which versions of the SDK are compatible with the tool
60
| 100.9.0 | 100.9.0 |
61
| 100.10.0 | 100.10.0 |
62
| 100.11.0 | 100.11.0 |
63
+| 100.12.0 | 100.12.0 |
64
65
## Resources
66
gradle/script/versions.gradle
@@ -40,5 +40,5 @@ ext {
40
41
kotlin_version = "1.4.31"
42
kotlin_coroutines = "1.4.1"
43
- arcgis = "100.12.0-3155"
+ arcgis = "100.12.0"
44
0 commit comments