Default hubVersion for ubuntu hub image bumped from 3.4.2-beta.1 to 3.4.2 #211
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
3.4.2, which was released on April 17th. This version of the Unity Hub has a fix for the wrong android module dependencies (OpenJDK, Android SDK and NDK), so this small change fixes Unity 2022.2 Android JDK not found #202 and fixes JDK not found unity-builder#489I tested recreating the android image on my end with this version of the Unity Hub and I could successfully build an .apk for a game that is using Unity 2022.2.17f1, and was failing with the old image. I also explicitly checked for the OpenJDK version downloaded by Unity Hub for this Unity version, and it is correct:
Checklist
Please tell me if something else is expected from my side, as this is my first pull request here and I might be missing something 😄 And I also want to seize the opportunity to thank you one thousand times for this amazing project!