KevinnZou / compose-webview-multiplatform

WebView for JetBrains Compose Multiplatform
https://kevinnzou.github.io/compose-webview-multiplatform/
Apache License 2.0
305 stars 39 forks source link

Android minSdk #119

Closed DatL4g closed 1 month ago

DatL4g commented 2 months ago

The current minSdk is set to 24.
Is there any reason behind that?

The compose core libraries support minSdk 21 as far as I know, I don't really need support for Android 5.0 (SDK 21) but Android 6.0 (SDK 23) would be nice.

KevinnZou commented 2 months ago

@DatL4g Thanks for your feedback! Honestly, it is just taken from the JetBrains template. You can downgrade it to 23 once you have verified that it works properly.