Skip to content

Commit 5649807

Browse files
authored
use correct arcgis version (#424)
1 parent a1f38df commit 5649807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kml/create-and-save-kml-file/build.gradle

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

88
ext {
9-
arcgisVersion = '100.6.0-2512'
9+
arcgisVersion = '100.6.0'
1010
}
1111

1212
javafx {

0 commit comments

Comments
 (0)