bttv-android / bttv

A mod of the Twitch Android Mobile App adding BetterTTV, FrankerFaceZ and 7TV emotes
MIT License
645 stars 21 forks source link

Update dependencies and tools to target API 33 #680

Open Zerwin opened 3 months ago

Zerwin commented 3 months ago

Changes

Updates the dependencies, Gradle and build tools. Several linting warnings and errors are also fixed.

Checklist

I 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.

Zerwin commented 3 months ago

Seems like the build failed because the KSPASS variable was missing in the CI pipeline. Not really sure why though.

Zerwin commented 3 months ago

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.

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.