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

Android 14 Support #780

Merged
merged 5 commits into from
Sep 1, 2023
Merged

Android 14 Support #780

merged 5 commits into from
Sep 1, 2023

Conversation

sarahkoop
Copy link
Contributor

Summary of changes

  • Update compileSdkVersion and targetSdkVersion to API 34 (Android 14)
  • TODO: Update browser switch version when released with Android 14 support change

Checklist

  • Added a changelog entry

Authors

@sarahkoop sarahkoop requested a review from a team as a code owner August 30, 2023 16:28
try {
int responseCode = connection.getResponseCode();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This change fixes an integration test where we are testing that an invalid endpoint returns an error. Currently no error is returned because no connection is ever made. I think this update is the intended behavior (returns error on no connection).

@sshropshire sshropshire merged commit 349648e into master Sep 1, 2023
1 check passed
@jaxdesmarais jaxdesmarais deleted the android-14 branch September 5, 2023 14:18
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