File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ You can use the Toolkit in your projects by:
23
23
24
24
```
25
25
dependencies {
26
- implementation 'com.esri.arcgisruntime:arcgis-android-toolkit:100.9 .0'
26
+ implementation 'com.esri.arcgisruntime:arcgis-android-toolkit:100.10 .0'
27
27
}
28
28
```
29
29
@@ -57,6 +57,7 @@ The following table shows which versions of the SDK are compatible with the tool
57
57
| 100.7.0 | 100.7.0 |
58
58
| 100.8.0 | 100.8.0 |
59
59
| 100.9.0 | 100.9.0 |
60
+ | 100.10.0 | 100.10.0 |
60
61
61
62
## Resources
62
63
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
ext {
18
- _versionCode = 111
19
- _versionName = " 100.9 .0"
18
+ _versionCode = 112
19
+ _versionName = " 100.10 .0"
20
20
_fullVersion = getFullVersion() // e.g. 100.9.0-1234
21
21
_groupId = " com.esri.arcgisruntime"
22
22
_artifactId = ' arcgis-android-toolkit'
Original file line number Diff line number Diff line change 16
16
17
17
ext {
18
18
droid = ext {
19
- minSdk = 21
19
+ minSdk = 23
20
20
targetSdk = 29
21
21
androidGradlePlugin = " 4.0.0"
22
22
androidMavenGradlePlugin = " 2.1"
39
39
}
40
40
kotlin_version = " 1.3.72"
41
41
kotlin_coroutines = " 1.3.3"
42
- arcgis = " 100.9 .0"
42
+ arcgis = " 100.10 .0"
43
43
}
You can’t perform that action at this time.
0 commit comments