chRyNaN / serialization-parcelable

Android Parcelable support for the Kotlinx Serialization library.
Apache License 2.0
70 stars 3 forks source link

Why need be Min Android 23? #6

Closed paulocoutinhox closed 1 year ago

paulocoutinhox commented 1 year ago

Hi,

Why need be Min Android 23?

This can be downgraded to version 21?

Thanks.

github-actions[bot] commented 1 year ago

Welcome and thanks for contributing! Make sure to leave a detailed explanation of the issue. For a faster response time, consider boosting your issue.

paulocoutinhox commented 1 year ago

Change to min = 21: https://github.com/chRyNaN/serialization-parcelable/blob/e2de09f89b70f2dec4ed6eefd3c2205e7a4b0636/buildSrc/src/main/java/com.chrynan.parcelable.buildSrc/LibraryConstants.kt#L17