Skip to content

Commit d558065

Browse files
committed
update create mobile geodatabase gradle and runtime version
1 parent 8fb619c commit d558065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

feature_layers/create-mobile-geodatabase/build.gradle

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

88
ext {
9-
arcgisVersion = '100.14.1'
9+
arcgisVersion = '100.15.0'
1010
}
1111

1212
javafx {
@@ -92,5 +92,5 @@ task productionZip(type: Zip) {
9292
}
9393

9494
wrapper {
95-
gradleVersion = '7.3'
95+
gradleVersion = '7.5'
9696
}

0 commit comments

Comments
 (0)