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

Version upgrades of included libraries and test dependencies #581

Merged
merged 3 commits into from
Oct 17, 2023

Conversation

grote
Copy link
Collaborator

@grote grote commented Oct 10, 2023

These are not strictly needed for Android, but historically, we are using the opportunity when testing new Android versions in depth to also bump dependency versions. Otherwise, we'd never to it.

Note that this intentionally is not upgrading koin as the plan is to replace it with hilt rather sooner than later.

related to #564

Bip39ComparisionTest was run before and after upgrading org.bitcoinj:bitcoinj-core to latest version to ensure that kotlin-bip39 is still behaving the same.

A small tweak in WordListTest was needed because WorldList constructor was made internal.
1.11.0 is tagged, but not released to maven central, yet.
@chirayudesai
Copy link
Member

Otherwise, we'd never to it.

I'm happy to have the upgrade done at the same time, but shipping it in production could be a bit later to avoid any potential issues found here from blocking shipping.

@chirayudesai
Copy link
Member

for Android 14

Drop this from title given they aren't needed for 14

@grote grote linked an issue Oct 10, 2023 that may be closed by this pull request
5 tasks
@grote grote changed the title Version upgrades for Android 14 Version upgrades of included libraries and test dependencies Oct 10, 2023
@grote grote merged commit 28059a5 into seedvault-app:android14 Oct 17, 2023
4 checks passed
@grote grote deleted the 14-version-upgrades branch October 17, 2023 14:04
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.

Port to Android 14
3 participants