Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug: should use sdkInt as the property to compare (#3865)
<!-- 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
- Loading branch information