Closed 0xnm closed 5 months ago
Attention: Patch coverage is 54.65116%
with 78 lines
in your changes are missing coverage. Please review.
Project coverage is 78.25%. Comparing base (
7cd2c7d
) to head (70ba81c
). Report is 2 commits behind head on develop.
What does this PR do?
This PR brings support of new Variant API. It was originally added in AGP 7, but we didn't use it because it was missing some APIs from old Variant API.
Now we will use new Variant API for AGP 8.4.0 and above (because for the older AGP versions old Variant API works fine, but AGP 8.4.0 has a regression mentioned here).
Timeline of migration from old Variant API to the new one is here (new Variant API is completely stable with AGP 9, old Variant API is removed with AGP 10, mid-2025).
This PR should fix #242 and #257.
Review checklist (to be filled by reviewers)