README - API/Android support
Closed this issue · 2 comments
taboulot commented
Context
The README
says :
This SDK supports API 14+ and Android 4+. If you wish to interact with Exponea on lower API/Android versions please refer to the [old SDK located here](https://github.com/infinario/android-sdk).
Problem
Since version 3.0.0 and specially this commit androidx.work:work-runtime-ktx
has been updated to 2.7.1
.
We can see on this release note that androidx.work:work-runtime-ktx
> 2.7
needs app to target Android 12 (API 31).
As a consequence, I think the README should specificy that Exponea SDK < 3.0.0
support API 14-30
.
Question
Am I correct ?
Should I make a PR for that ?
adam1929 commented
Thank you, you'll right that after kotlin-libs update, we should reconsider Android OS support