Skip to content

Commit bd1e682

Browse files
committed
update versions
1 parent 00784c4 commit bd1e682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

real_time/add-custom-dynamic-entity-data-source/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
group = 'com.esri.samples'
77

88
ext {
9-
arcgisVersion = '200.2.0-3955'
9+
arcgisVersion = '200.2.0'
1010
}
1111

1212
javafx {

real_time/add-custom-dynamic-entity-data-source/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pluginManagement {
22
plugins {
33
// version defined in settings.gradle to avoid version error when this sample is used in a multiproject build
4-
id 'org.openjfx.javafxplugin' version "0.0.13"
4+
id 'org.openjfx.javafxplugin' version "0.0.14"
55
}
66
}
77

0 commit comments

Comments
 (0)