Hello folks> The minSdk to logging-android modu...
# juul-libraries
f
Hello folks> The minSdk to logging-android module is 24. Is it possible to remove this requirement?
t
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
Ok travis, will open a PR. thanks
🙏 1
c
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