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

build(deps): bump reactivecircus/android-emulator-runner from 2.32.0 to 2.33.0 #144

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps reactivecircus/android-emulator-runner from 2.32.0 to 2.33.0.

Release notes

Sourced from reactivecircus/android-emulator-runner's releases.

v2.33.0

What's Changed

New Contributors

Full Changelog: ReactiveCircus/android-emulator-runner@v2.32.0...v2.33.0

Changelog

Sourced from reactivecircus/android-emulator-runner's changelog.

Change Log

v2.33.0

  • Fix missing AVD directory in ubuntu-24.04 runner. - 415
  • Update SDK build tools to 35.0.0, update SDK command-line tools to 16.0. - #356
  • Stop changing owner of the SDK directory. - 406 #409
  • Upgrade to latest npm dependencies. - #401

v2.32.0

  • Add port parameter for customizing the emulator port to use. - #383

v2.31.0

  • Support setting VanillaIceCream as api-level. - #378
  • Install platforms for the specified api-level. - #384

v2.30.1

  • Run action on Node 20. - #371

v2.30.0

  • Update to Node 20. - #369

v2.29.0

  • Fixed emulator download URL. - #343
  • Upgrade to latest npm dependencies. - #347 #355
  • Update SDK command-line tools to 11.0. - #356
  • Update SDK build tools to 34.0.0. - #356

v2.28.0

  • Add emulator-boot-timeout to support configuring maximum time waiting for emulator boot. - #326
  • Support non-integer api-level. - #317
  • Replace deprecated ANDROID_SDK_ROOT with ANDROID_HOME. - 304
  • Update SDK command-line tools to 9.0. - #331
  • Update SDK build tools to 33.0.2. - #331

v2.27.0

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) from 2.32.0 to 2.33.0.
- [Release notes](https://github.com/reactivecircus/android-emulator-runner/releases)
- [Changelog](https://github.com/ReactiveCircus/android-emulator-runner/blob/main/CHANGELOG.md)
- [Commits](ReactiveCircus/android-emulator-runner@f0d1ed2...62dbb60)

---
updated-dependencies:
- dependency-name: reactivecircus/android-emulator-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 14, 2024
@cpu
Copy link
Member

cpu commented Oct 14, 2024

CI / Test (Android) (pull_request) Failing after 8s

Error: LinkageError occurred while loading main class com.android.sdklib.tool.sdkmanager.SdkManagerCli
java.lang.UnsupportedClassVersionError: com/android/sdklib/tool/sdkmanager/SdkManagerCli has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0

Looks like there's a CI failure to sort out. Oddly enough it also looks like this task is failing on main with the same error.

@complexspaces
Copy link
Collaborator

That's strange, did GitHub change something about the default Java installation on the runners we use? No Android code or build config has been changed in some time.

@ctz
Copy link
Member

ctz commented Oct 14, 2024

I believe ubuntu-latest changed ubuntu version about 3 weeks ago.

@ctz
Copy link
Member

ctz commented Oct 14, 2024

Yes, it's that: #146

@complexspaces
Copy link
Collaborator

I opened #147 which fixes the breakage on main. However we also need the change here for everything to pass.

I cherry-picked this change over there, do we want to approve that and close this in favor of it? Or push a new commit here?

@djc
Copy link
Member

djc commented Oct 15, 2024

Using your other PR seems okay to me.

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 15, 2024

Looks like reactivecircus/android-emulator-runner is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 15, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/reactivecircus/android-emulator-runner-2.33.0 branch October 15, 2024 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants