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

Bump minimum supported Android version to 24 #560

Merged

Conversation

thunderbiscuit
Copy link
Member

@thunderbiscuit thunderbiscuit commented Jun 14, 2024

This PR bumps our minimum supported Android version to 24. The lowest version I was able to find a user of bdk supporting was 24 (a very conservative choice, see here. 21 at this point was a bit ludicrous, and will probably not be available in future NDKs, which we will have to update at some point for CI and just overall health of the Android libs. I think this gets ahead of those issues while being extremely conservative (API level 24 came out in 2016).

I have tested this locally on emulators and in the example application.

Fixes #500.

Note: I'm sorry this PR actually contains a second commit which fixes the live tests (I noticed the failure and fixed it without realizing it was on this branch). But now it's here I'm just going to leave it here anyway. It's a good fix that was missed as part of the Display trait PRs because it's part of the live tests that don't get run on all normal PR CI runs.

@thunderbiscuit thunderbiscuit self-assigned this Jun 14, 2024
@thunderbiscuit thunderbiscuit requested a review from reez June 18, 2024 14:25
Copy link
Collaborator

@reez reez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK a2794f2

Yup this makes sense and 24+ is more than reasonable, good change, and thanks for fixing the live test

@thunderbiscuit thunderbiscuit merged commit a2794f2 into bitcoindevkit:master Jun 18, 2024
1 check passed
@thunderbiscuit thunderbiscuit deleted the feature/android-24 branch June 18, 2024 15:12
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.

Increase minimum supported Android API
2 participants