hotwired / turbo-android

Android framework for making Turbo native apps
MIT License
408 stars 51 forks source link

Update Android SDK to v33 #249

Closed mbarta closed 1 year ago

mbarta commented 1 year ago

This PR updates the target & compile SDK versions to 33.

Along with that, all the external dependencies have been updated to their latest available versions. This required some changes to the code to address breaking changes and some deprecated calls.

Note: as per this comment, we should probably wait for a compat version of the Bundle.getXXX() and Intent.getXXXExtra() deprecated calls and not update them just yet.