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.
Description
Update dependencies.
Update Gradle
Target Java 11
Update CI to use Java 11
Remove obsolete code.
BREAKING: Protobufs is using v26+, GeneratedMessageV3 is now GeneratedMessage and is not backwards compatible. See: https://protobuf.dev/news/2023-12-05/#breaking-compatibility-with-old-generated-code
BREAKING: Removed login methods. ie:
CMsgClientNewLoginKey
,CMsgClientRequestWebAPIAuthenticateUserNonce
,CMsgClientUpdateMachineAuthResponse
. (Sentry File, Login Key, WebAPIUserNonce).Sample 5 SteamGuard, may still work but will not receive new machine auth, but will be removed in the future
Note: This PR is kind of a test to make sure github actions work correctly with the newer Java target. While Java 1.8 is still supported for a while longer, some dependencies are starting to move away from it.Android support is still compatible with desugaring for API 21 and lower.
Closes #245
Checklist