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

Upgrade to Android 14 #438

Merged
merged 4 commits into from
Sep 18, 2023
Merged

Upgrade to Android 14 #438

merged 4 commits into from
Sep 18, 2023

Conversation

sarahkoop
Copy link
Contributor

Summary of changes

  • Update compile and target SDK version to API 31
  • Bump braintree_android to 4.38.1

Checklist

  • Added a changelog entry

Authors

@sarahkoop sarahkoop requested a review from a team as a code owner September 18, 2023 16:38
disable 'InvalidPackage' // The Cardinal SDK is referencing the `javax.naming` package but it is unavailable
// RestrictedApi - Accessing Braintree Core SDK non-public methods
// InvalidPackage - The Cardinal SDK is referencing the `javax.naming` package but it is unavailable
disable 'RestrictedApi', 'InvalidPackage'
Copy link
Contributor

Choose a reason for hiding this comment

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

random: I wonder if Cardinal actually needs javax.naming to work

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Actually looks like they don't use it anymore or it's not causing a lint error - removed that option 👍

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Jax DesMarais-Leder <[email protected]>
@sarahkoop sarahkoop merged commit 3816b5b into master Sep 18, 2023
1 check passed
@sarahkoop sarahkoop deleted the android-14 branch September 18, 2023 18:17
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.

3 participants