Skip to content

Commit 1723678

Browse files
committed
update arcgisversion references
1 parent d2e6034 commit 1723678

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

arcgis-java-toolkit-examples/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
group = 'com.esri.arcgisruntime.toolkit.examples'
77

88
ext {
9-
arcgisVersion = '200.0.0-3702'
9+
arcgisVersion = '200.0.0'
1010
}
1111

1212
javafx {

arcgis-java-toolkit/README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The following table shows the minimum version of the SDK compatible with the too
2828
| 100.2.1 | 100.2.1 |
2929
| 100.14.0 | 100.14.0 |
3030
| 100.15.0 | 100.15.0 |
31+
| 200.0.0 | 200.0.0 |
3132

3233
### API Key requirements
3334

@@ -50,14 +51,14 @@ plugins {
5051
}
5152
5253
// Replace with version number of ArcGIS Maps SDK for Java you are using in your app, such as:
53-
// arcgisVersion = '100.15.0'. See table below for SDK Versions that support the toolkit.
54+
// arcgisVersion = '200.0.0'. See table below for SDK Versions that support the toolkit.
5455
ext {
55-
arcgisVersion = '100.15.0'
56+
arcgisVersion = '200.0.0'
5657
}
5758
5859
javafx {
59-
version = "11.0.2"
60-
modules = [ 'javafx.controls', 'javafx.fxml' ]
60+
version = "17.0.2"
61+
modules = [ 'javafx.graphics', 'javafx.controls', 'javafx.fxml', 'javafx.web', 'javafx.media' ]
6162
}
6263
6364
compileJava.options.encoding = 'UTF-8'
@@ -78,7 +79,7 @@ dependencies {
7879
implementation "com.esri.arcgisruntime:arcgis-java:$arcgisVersion"
7980
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
8081
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
81-
implementation 'com.esri.arcgisruntime:arcgis-java-toolkit:100.15.0'
82+
implementation 'com.esri.arcgisruntime:arcgis-java-toolkit:200.0.0'
8283
}
8384
```
8485

arcgis-java-toolkit/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# used in build script
22
# can edit manually here or override via command line e.g. -PSDKVERSION=100.14.0
3-
SDKVERSION=200.0.0-3702
3+
SDKVERSION=200.0.0
44
GROUP=com.esri.arcgisruntime
55
ARTIFACTORY_URL=https://olympus.esri.com/artifactory
66
ARTIFACTORY_USER

0 commit comments

Comments
 (0)