We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 200e6be + 33bd1dd commit d0382e1Copy full SHA for d0382e1
gradle.properties
@@ -46,11 +46,11 @@ artifactoryUsername=""
46
artifactoryPassword=""
47
# these numbers will define the artifact version on artifactory
48
# and are overridden by the jenkins command line in the daily build
49
-versionNumber=200.2.0
+versionNumber=200.3.0
50
buildNumber=0000-snapshot
51
#set this flag to `true` to ignore the build number when publishing. This
52
# will publish an artifact with a build number like "..:200.2.0" as opposed to "...:200.2.0-3963
53
-ignoreBuildNumber=true
+ignoreBuildNumber=false
54
# these versions define the dependency of the ArcGIS Maps SDK for Kotlin dependency
55
# and are generally not overridden at the command line unless a special build is requested.
56
sdkVersionNumber=200.2.0
0 commit comments