exponea/exponea-android-sdk

README - API/Android support

Closed this issue · 2 comments

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 ?

Thank you, you'll right that after kotlin-libs update, we should reconsider Android OS support

@taboulot Adding dependency of that kotlin WorkManager library does not creates a requirements for targetSdkVersion. It is opposite of that, so if app is targeting Api 31, it must be using that library :-)