New
v6.3.0
What's Changed
- Starting from AGP
8.4.0, the plugin will use only public AGP APIs to hook up its tasks https://github.com/usefulness/easylauncher-gradle-plugin/pull/568, https://github.com/usefulness/easylauncher-gradle-plugin/pull/571- In total, there are 6 workarounds applied, each AGP version brings improvements to how the plugin is applied (i.e. consumers building with AGP
8.3.0will use new apis to detect applicableAndroidManifest.xmlfiles, but relevant source sets are still discovered via legacy mechanism). AGP8.4.0will be the first release (after7.0.0) with all necessary pubilic APIs available to make the plugin work 🎉
- In total, there are 6 workarounds applied, each AGP version brings improvements to how the plugin is applied (i.e. consumers building with AGP
- Fix drawing overlays over rounded icons in https://github.com/usefulness/easylauncher-gradle-plugin/pull/459
- Allow passing any drawable resource, not just adaptive icon xmls in https://github.com/usefulness/easylauncher-gradle-plugin/pull/460
- Do not swallow original exception when plugins fails to load bundled font in https://github.com/usefulness/easylauncher-gradle-plugin/pull/461
- Minimum supported Gradle version is now
8.0 - Minimum supported Android Gradle Plugin version is now
8.0.0
Full Changelog: https://github.com/usefulness/easylauncher-gradle-plugin/compare/v6.2.0...v6.3.0