Hi everyone! I'm trying to use Growth Book android...
# announcements
f
Hi everyone! I'm trying to use Growth Book android kotlin SDK. I just wanna know is there any way to use it on android SDK version 21 and above?
f
Yes, I think our Kotlin SDK does work with Android 21 and above
f
I read in your github that it supports Andoird SDK version 21 and above but I tried it and had problem with that
The problem was that it just supports version 26 and above and you write it in this document too. https://docs.growthbook.io/lib/kotlin
Now I'm confused! Is it support version 21 ore we have to use just version 26 and above?!
f
We originally only supported version 26 and above, but updated recently to allow earlier versions. Looks like we forgot to update the docs. https://github.com/growthbook/growthbook-kotlin/pull/9/commits/9aaba425b4c42f8030746ed54aa750382f2e057d What error are you getting?
f
Aha, thank you. So which version of your library should I use to support Android SDK version 21? Currently I'm using library version 1.1.7, but it doesn't support it
f
That version should work. What error specifically are you getting?
f
I tried it again and it worked :) Thank you so much