hotwired / turbo-android

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

Upgrade to SDK 34 and bump dependencies to latest versions #293

Closed jayohms closed 7 months ago

jayohms commented 7 months ago

This PR:

sedubois commented 7 months ago

@jayohms could you say what the minSdkVersion bump from 24 to 26 is required for? This drops support for Android 7, which is a breaking change.

jayohms commented 7 months ago

@sedubois Google is ending support for Chrome on Android 7 (and the system WebView), so this change corresponds to Google's decision. Android 7 was released in 2016 and the library hasn't bumped it's required minSdkVersion in 3 years, so it's long overdue.

https://www.androidpolice.com/chrome-120-ending-support-for-android-nougat/