Skip to content

Commit 2ac0e76

Browse files
authored
Merge pull request #186 from Esri/develop
Release 100.10.0
2 parents 8e43145 + 1846757 commit 2ac0e76

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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.9.0'
26+
implementation 'com.esri.arcgisruntime:arcgis-android-toolkit:100.10.0'
2727
}
2828
```
2929
@@ -57,6 +57,7 @@ The following table shows which versions of the SDK are compatible with the tool
5757
| 100.7.0 | 100.7.0 |
5858
| 100.8.0 | 100.8.0 |
5959
| 100.9.0 | 100.9.0 |
60+
| 100.10.0 | 100.10.0 |
6061
6162
## Resources
6263

gradle/script/artifact.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
*/
1616

1717
ext {
18-
_versionCode = 111
19-
_versionName = "100.9.0"
18+
_versionCode = 112
19+
_versionName = "100.10.0"
2020
_fullVersion = getFullVersion() // e.g. 100.9.0-1234
2121
_groupId = "com.esri.arcgisruntime"
2222
_artifactId = 'arcgis-android-toolkit'

gradle/script/versions.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
ext {
1818
droid = ext {
19-
minSdk = 21
19+
minSdk = 23
2020
targetSdk = 29
2121
androidGradlePlugin = "4.0.0"
2222
androidMavenGradlePlugin = "2.1"
@@ -39,5 +39,5 @@ ext {
3939
}
4040
kotlin_version = "1.3.72"
4141
kotlin_coroutines = "1.3.3"
42-
arcgis = "100.9.0"
42+
arcgis = "100.10.0"
4343
}

0 commit comments

Comments
 (0)