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

Support/android target sdk 32 #1818

Merged
merged 4 commits into from
Nov 16, 2022
Merged

Conversation

ofreyssinet-ledger
Copy link
Contributor

@ofreyssinet-ledger ofreyssinet-ledger commented Nov 15, 2022

📝 Description

The Play Store now requires us to target Android SDK level >= 31.

In order to do this, we need some changes in the Bluetooth permissions flow. Here they are (I actually bumped to 32)

I only tested on Android 12 as I don't have other devices but it is necessary to test this PR with Android 9, 10 and 11 to be fully covered.

❓ Context

  • Impacted projects: ledger-live-mobile
  • Linked resource(s): ``

✅ Checklist

  • Test coverage
  • Atomic delivery
  • No breaking changes

📸 Demo

🚀 Expectations to reach

Please make sure you follow these Important Steps.

Pull Requests must pass the CI and be internally validated in order to be merged.

@vercel
Copy link

vercel bot commented Nov 15, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
live-common-tools ✅ Ready (Inspect) Visit Preview Nov 15, 2022 at 3:45PM (UTC)
3 Ignored Deployments
Name Status Preview Updated
ledger-live-github-bot ⬜️ Ignored (Inspect) Nov 15, 2022 at 3:45PM (UTC)
native-ui-storybook ⬜️ Ignored (Inspect) Nov 15, 2022 at 3:45PM (UTC)
react-ui-storybook ⬜️ Ignored (Inspect) Nov 15, 2022 at 3:45PM (UTC)

@changeset-bot
Copy link

changeset-bot bot commented Nov 15, 2022

🦋 Changeset detected

Latest commit: 9d81164

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
live-mobile Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ofreyssinet-ledger ofreyssinet-ledger changed the title Support/android target sdk 33 Support/android target sdk 32 Nov 15, 2022
@github-actions github-actions bot added mobile Has changes in LLM translations Translation files have been touched labels Nov 15, 2022
@@ -46,6 +55,7 @@
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
android:windowSoftInputMode="adjustResize"
android:screenOrientation="portrait"
android:exported="true"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

needed for Android API >=31

Copy link
Contributor

@LFBarreto LFBarreto left a comment

Choose a reason for hiding this comment

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

🌟

@cgrellard-ledger
Copy link
Contributor

LGTM

@valpinkman valpinkman merged commit 8a925ac into release Nov 16, 2022
@valpinkman valpinkman deleted the support/android-target-sdk-31 branch November 16, 2022 08:34
@cgrellard-ledger cgrellard-ledger restored the support/android-target-sdk-31 branch November 16, 2022 08:43
valpinkman added a commit that referenced this pull request Nov 17, 2022
valpinkman added a commit that referenced this pull request Nov 18, 2022
valpinkman added a commit that referenced this pull request Nov 21, 2022
elbywan pushed a commit that referenced this pull request Nov 22, 2022
@valpinkman valpinkman deleted the support/android-target-sdk-31 branch December 5, 2022 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mobile Has changes in LLM translations Translation files have been touched
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants