android / nowinandroid

A fully functional Android app built entirely with Kotlin and Jetpack Compose
Apache License 2.0
15.92k stars 2.81k forks source link

Add api 21 into CI #1496

Open Jaehwa-Noh opened 3 weeks ago

Jaehwa-Noh commented 3 weeks ago

What I have done and why

Cover api 21 with Continuous Integration to detect early crash from minSdk api version.

Using decodeFromString instead decodeFromStream api 21 below version, reference by https://github.com/Kotlin/kotlinx.serialization/issues/2457#issuecomment-1786923342

Fix #1490