https://kotlinlang.org logo
Title
f

Francis Mariano

09/23/2021, 6:09 PM
Hello folks> The minSdk to logging-android module is 24. Is it possible to remove this requirement?
t

travis

09/23/2021, 7:59 PM
I'm not quite sure why
24
was chosen to begin with. So, we can certainly look into how big of a lift that would be. Assuming we aren't using any newer Android APIs then we'd be happy to drop that down. Feel free to either open an Issue or PR.
f

Francis Mariano

09/23/2021, 8:22 PM
Ok travis, will open a PR. thanks
:thank-you: 1
c

Cedrick Cooke

09/23/2021, 8:46 PM
24
was chosen at the time because it's the lowest device version I have. It should work on API versions all the way down to 8 (there's no Android usage outside of
android.util.Log
, where API level 8 is required for
<http://Log.wtf|Log.wtf>
) I just wasn't able to test it.
💯 1