-
Notifications
You must be signed in to change notification settings - Fork 22
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
Update dependencies and tools to target API 33 #680
base: master
Are you sure you want to change the base?
Conversation
Seems like the build failed because the KSPASS variable was missing in the CI pipeline. Not really sure why though. |
fd15ec2
to
b8d86d8
Compare
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.
I'd like to delay merging this until we have rebased to a more recent version, as these changes might cause tricky to debug issues, for which one reason may be an outdated base.
@@ -21,6 +21,14 @@ public EmoticonToken(String text, String id) { | |||
this.id = id; | |||
} | |||
|
|||
public final String component1() { |
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.
dirty workspace?
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.
TokenizerTest still uses these functions
System.out.println("name: " + ((MessageToken.EmoticonToken) token).component1()); |
Although in hindsight adjusting the test would probably be the better way forward.
Sounds good to me, as it mostly touches files that aren't usually changed in rebases it shouldn't be a problem to do this later. |
Co-authored-by: Max Baumann <[email protected]>
Co-authored-by: Max Baumann <[email protected]>
9d29975
to
1a6339f
Compare
Changes
Updates the dependencies, Gradle and build tools. Several linting warnings and errors are also fixed.
Checklist
I use the "bttv_" prefix for all resources I proposeWhen adding a string I also added it to thebttv.Res.strings
Enum andres/values/strings.xml
(inmod
) andres/values/public.xml
(indisass
)If my change is significant enough, I added it to the CHANGELOG.md undermaster
I'll add myself and everyone else who contributed to this change to the contributors list using all-contributorsI did not run ubi, because the build tools 33 use d8 instead of dx now but ubi itself seems to have dx hardcoded in some places.