v6.0.0
mateuszkwiecinski
released this
12 Nov 10:15
·
566 commits
to master
since this release
What's Changed
- Fixed compatibility with AGP >=7.3 (issue) by switching to AGP 7's
AndroidComponentsExtension
APIs. A great contribution from @kkris who noticed using new APIs allows working around AGP issue and then migrated this plugin 🚀 - #369 & #380
Please note that the AGP bug is still out there, so for AGP versions 7.3 and 7.4 it still may be required to addandroid.disableResourceValidation=true
to yourgradle.properties
. Latest alphas of AGP 8.0 seem to not be affected anymore. - Minimum supported AGP version is now
7.2.2
New Contributors
Full Changelog: v5.1.2...v6.0.0