Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving the library compatibility. #532

Merged
merged 3 commits into from
Aug 19, 2021

Conversation

OscarTF
Copy link
Contributor

@OscarTF OscarTF commented Apr 29, 2021

Recovering compatibility with Android 6 M API level 23 and earlier versions.

java.util.Optional was added in API level 24 (Android 7 N).
https://developer.android.com/reference/java/util/Optional

Recovering compatibility with Android 6 M API level 23 and earlier versions.

java.util.Optional was added in API level 24 (Android 7 N).
https://developer.android.com/reference/java/util/Optional
saquibsayyad
saquibsayyad previously approved these changes Jul 1, 2021
@coveralls
Copy link

coveralls commented Jul 1, 2021

Coverage Status

Coverage decreased (-0.002%) to 29.955% when pulling b3df026 on OscarTF:AndroidPatch into f7b6c11 on Adyen:develop.

@romainbenmansour
Copy link

Up.

We started implementing the adyen java api library and we are currently stuck because of the use of Optional. The proposed change does the trick and is pretty insignificant code wise.

@AlexandrosMor AlexandrosMor merged commit 12ba039 into Adyen:develop Aug 19, 2021
@wboereboom wboereboom mentioned this pull request Aug 19, 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.

6 participants