orange-television-22407
10/20/2022, 3:15 AMio.growthbook.sdk:GrowthBook:1.0.3
on an app that supports min sdk 21
and I get this error,
about making my project's minSdk version
to at least 26
. And I found that growthbook
on android has set it's min sdk
to 26
.
as such,
<uses-sdk
android:minSdkVersion="26"
android:targetSdkVersion="31" />
I also added this as an issue on github, please check link for reference.
https://github.com/growthbook/growthbook-kotlin/issues/37
I would like to ask how do I get this to work as the documentation states that
this SDK supports both Java and Kotlin Android apps using Android SDK 21 and above.
Thanks! Looking forward to hearing from you.
(https://docs.growthbook.io/lib/kotlin)fresh-football-47124
orange-television-22407
10/20/2022, 5:25 AMfresh-football-47124
orange-television-22407
10/25/2022, 2:00 AMfresh-football-47124