Skip to content

Centralize Base64-handling and support for Android below version 8/API24#351

Merged
devgianlu merged 3 commits intolibrespot-org:devfrom
funtax:dev
May 5, 2021
Merged

Centralize Base64-handling and support for Android below version 8/API24#351
devgianlu merged 3 commits intolibrespot-org:devfrom
funtax:dev

Conversation

@funtax
Copy link
Contributor

@funtax funtax commented May 5, 2021

java.util.Base64 is not available before Java 8 and thus not available on older Android-versions.
This PR centralizes the usage of Base64 and resolves the available implementations via reflection (instead of introducing a new external dependency).

See Support for Android below version 8, API 24 in librespot-android.

@devgianlu devgianlu merged commit cb0067c into librespot-org:dev May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants