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

[VO-171] fix: Force android tools version on CI when signing APK #1136

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

Ldoppea
Copy link
Member

@Ldoppea Ldoppea commented Jan 19, 2024

Since January 8 the ubuntu-latest image excludes Android SDKs prior to version 31

By default the r0adkll/sign-android-release package uses Android SDK 29. So the build would fail

In order to fix that, we can set the BUILD_TOOLS_VERSION env variable to define which version r0adkll/sign-android-release should use

Related doc:
https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md

Related issue: r0adkll/sign-android-release#84

Important

This seems to also fix the bug we had on prod build that would instantaneously crash when opening them on Android devices

Since January 8 the  `ubuntu-latest` image excludes Android SDKs prior
to version 31

By default the `r0adkll/sign-android-release` package uses
Android SDK 29. So the build would fail

In order to fix that, we can set the `BUILD_TOOLS_VERSION` env variable
to define which version `r0adkll/sign-android-release` should use

Related doc:
https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md

Related issue: r0adkll/sign-android-release#84
@Ldoppea Ldoppea changed the title fix: Force android tools version on CI when signing APK [VO-171] fix: Force android tools version on CI when signing APK Jan 19, 2024
@Ldoppea Ldoppea merged commit e3199c8 into master Jan 26, 2024
1 check passed
@Ldoppea Ldoppea deleted the fix/ci_android_too_old branch January 26, 2024 09:53
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