sebaslogen / resaca

Android library to scope ViewModels to a Composable, surviving configuration changes and navigation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minSdkVersion 21

meruiden opened this issue · comments

Hi,

Is there a specific reason this library targets a minimum of sdk 28? Our app doesn't compile because we're targeting minSdkVersion 21.

would it be safe to use
<uses-sdk tools:overrideLibrary="com.sebaslogen.resaca"/>
for this library?

Thanks!

Definitely a mistake, probably introduced in the migration to gradle kts.
I'll fix it and release later on today.

Your workaround should work.

Thanks for reporting.