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

Fix bug: should use sdkInt as the property to compare #3865

Conversation

CDRussell
Copy link
Member

@CDRussell CDRussell commented Nov 14, 2023

Task/Issue URL: https://app.asana.com/0/0/1205952041108121/f

Description

Bug fix:

  • replaces appBuildConfig.versionCode with appBuildConfig.sdkInt in the OS version guard.

Steps to test this PR

QA optional

@CDRussell CDRussell merged commit 51f88d0 into feature/craig/autofill_enabled_by_default Nov 14, 2023
@CDRussell CDRussell deleted the fix/craig/use_sdk_int_check_instead_of_app_version branch November 14, 2023 17:27
CDRussell added a commit that referenced this pull request Nov 15, 2023
<!--
Note: This checklist is a reminder of our shared engineering
expectations.
The items in Bold are required
If your PR involves UI changes:
1. Upload screenshots or screencasts that illustrate the changes before
/ after
2. Add them under the UI changes section (feel free to add more columns
if needed)
If your PR does not involve UI changes, you can remove the **UI
changes** section

At a minimum, make sure your changes are tested in API 23 and one of the
more recent API levels available.
-->

Task/Issue URL: https://app.asana.com/0/0/1205952041108121/f 

### Description
Bug fix: 
- replaces `appBuildConfig.versionCode` with `appBuildConfig.sdkInt` in
the OS version guard.

### Steps to test this PR

QA optional
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants