-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Depend on daily/dev builds of Maps SDK #647
Conversation
…rovided via command line over versions from gradle.properties.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. logging shows up now.
) | ||
sdkVersionNumber | ||
} else { | ||
logger.warn("Maps SDK dependency: $sdkVersionNumber-$sdkBuildNumber") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jenkins logged
11:21:57 Maps SDK dependency: 200.6.0-4399
which is the build number in gradle.properties. daily is 4412
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! @sorenoid asked to merge when ready to try to get it in the noon build. SO merging now...
Related to issue: https://devtopia.esri.com/runtime/kotlin/issues/4771
Description:
Changes to gradle scripts to depend on the latest MapsSDK version as part of every CI build. For local builds (from Android Studio), the Maps SDK version is still determined from
gradle.properties
.Summary of changes:
In
settings.gradle.kts
changed initialization ofsdkVersionNumber
andsdkBuildNumber
to prioritise versions provided via command line. If these don't exist, fall back to versions ingradle.properties
.Pre-merge Checklist