New
v6.1.0
What’s Changed
- Behavior introduced in 6.0.0 has been slightly altered due to side effects it causes: https://github.com/usefulness/easylauncher-gradle-plugin/issues/382
- If you use AGP
7.4.0-beta02and up, all should work well. The plugin will hook up using new AGP APIs, generated sources should be properly recognized, no side effects are expected. - If you use AGP version starting from
7.3.0-alpha01up to7.4.0-beta01the plugin will continue using the flawed mechanism introduced in easylauncher6.0.0. All AGP’s7.3versions currently have broken resources merging (link + link2). If the plugin works in your case then great. If it doesn’t, and you observeresValuesnot being recognized anymore, there is no known workaround 🤷 The plugin will print out a warning to let you know it may have side effects. You can disable the warning by adding:easylauncher { showWarnings false } - If you use AGP version below
7.3the plugin will continue using the legacy way of overriding launcher icons. All works fine there
- If you use AGP
Kudos to @brudaswen for reporting and reproducing the issue 🙏
Full Changelog: https://github.com/usefulness/easylauncher-gradle-plugin/compare/v6.0.0...v6.1.0