-
Notifications
You must be signed in to change notification settings - Fork 10
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
OpenXR android bump versions #37
Conversation
# 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 |
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.
Maybe delete all this when it doesn't need to be set?
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.
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.
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. The hash reporting improvements are great!
Upgrading versions of Android tools.
Also improving the scripts to make them easier to use, just a little.
I've already pushed this image.