-
Notifications
You must be signed in to change notification settings - Fork 35
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
Samples Post Release Tasks #150
Conversation
Ignoring build checker failure since it is reading the main readme file. |
@@ -1,14 +1,14 @@ | |||
ext { |
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.
While reviewing the other PR https://devtopia.esri.com/runtime/kotlin/pull/3392/files, I was verifying myself to see if samples, toolkit and kotlin repo versions.gradle match. came across this PR
I noticed, below three version that need to be updated to match the other version upgrades?
androidBrowserVersion = '1.5.0'
// Plugin versions
gradleVersion = '8.1.1'
// Java version
javaVersion = 1.17
to
androidBrowserVersion = '1.7.0'
// Plugin versions
gradleVersion = '8.2.0'
// Java version
javaVersion = 1.8
@prupani-7 Let's update dependencies in a separate PR once the SDK changes are added. This PR is to allow for daily builds to run. |
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 👍
No description provided.