Skip to content

v6.0.0

Compare
Choose a tag to compare
@mateuszkwiecinski mateuszkwiecinski released this 12 Nov 10:15
· 566 commits to master since this release
0844874

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 add android.disableResourceValidation=true to your gradle.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