You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support AGP 3.6+ in the iid compatibility check. (#1409)
* Support AGP 3.6+ in the iid compatibility check.
AGP 3.6 introduced a breaking change to lint-api making the check fail.
The change switch to use reflection to support both versions of the api.
Additionally the change makes the check failures more developer friendly
to make sure this check does not cause failures in upcoming AGP
versions.
Versions tested: 3.2 through 4.1.0-alpha04
Fixes#1407
* Cleanup, unittests for version logic
Copy file name to clipboardExpand all lines: firebase-installations/customer-lint-checks/src/main/java/com/google/firebase/installations/lint/Checks.kt
Copy file name to clipboardExpand all lines: firebase-installations/customer-lint-checks/src/main/java/com/google/firebase/installations/lint/IncompatibleIidVersionDetector.kt
0 commit comments