Skip to content
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

OpenXR android bump versions #37

Merged
merged 2 commits into from
Mar 13, 2024

Conversation

rpavlik
Copy link
Contributor

@rpavlik rpavlik commented Mar 12, 2024

Upgrading versions of Android tools.

Also improving the scripts to make them easier to use, just a little.

I've already pushed this image.

@rpavlik rpavlik requested review from oddhack and MarijnS95 March 12, 2024 19:51
Comment on lines -40 to +48
# This must match android.compileSdk in all Android build.gradle files
ENV ANDROID_COMPILE_SDK=29
# # This must match android.compileSdk in all Android build.gradle files
# ENV ANDROID_COMPILE_SDK=33

# This must match android.buildToolsVersion in all Android build.gradle files
ENV ANDROID_BUILD_TOOLS=30.0.3
# # This must match android.buildToolsVersion in all Android build.gradle files
# ENV ANDROID_BUILD_TOOLS=34.0.0

# look up on https://developer.android.com/studio/index.html#downloads when updating other versions
ENV ANDROID_CLI_TOOLS=9477386
# # look up on https://developer.android.com/studio/index.html#downloads when updating other versions
# ENV ANDROID_CLI_TOOLS=10406996
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe delete all this when it doesn't need to be set?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah I debated on this one. This is semi-generated from a script in the Monado repo, which uses the same basic outline, which is why I left it.

Copy link
Collaborator

@oddhack oddhack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. The hash reporting improvements are great!

@rpavlik rpavlik merged commit 088dae3 into KhronosGroup:main Mar 13, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants