Unleash / unleash-android-proxy-sdk

https://docs.getunleash.io/unleash-android-proxy-sdk
Apache License 2.0
8 stars 16 forks source link

v0.5.1 bumps Android minSdk to v26 #54

Closed bogdanzurac closed 1 year ago

bogdanzurac commented 1 year ago

Describe the bug

Version 0.5.1 inadvertently bumps the minimum supported Android SDK to v26, due to the Jackson library update that was made in https://github.com/Unleash/unleash-android-proxy-sdk/commit/60e5f6e75459b41e31043d70d5cdbaf6124098a8.

Jackson versions above v2.14 have dropped support for Android under v26: https://github.com/FasterXML/jackson-databind/issues/3658

As mentioned inside the project README at https://github.com/Unleash/unleash-android-proxy-sdk#minimum-android-sdk, the minimum supported Android version should be v21.

Steps to reproduce the bug

No response

Expected behavior

No response

Logs, error output, etc.

No response

Screenshots

image

Additional context

No response

Unleash version

4.19.2

Subscription type

Enterprise

Hosting type

Self-hosted

SDK information (language and version)

0.5.2

Tymek commented 1 year ago

Noted. We will try to fix that soon