Yubico / yubikit-android

Yubico Mobile Android SDK - YubiKit
Apache License 2.0
102 stars 38 forks source link

Replace not supported APIs #47

Closed AdamVe closed 2 years ago

AdamVe commented 2 years ago

Yubikit-android has minSdkVersion set to 19.

The new :support module used Java 1.8 features which were are not supported on Android API 19. This causes crashes in runtime on older devices.

This PR replaces the not supported features with their working equivalents.

Feature Available from Android API level
Optional 24
StringJoiner 24
Map#replace(key, value) 24