Skip to content

v6.1.0

Compare
Choose a tag to compare
@mateuszkwiecinski mateuszkwiecinski released this 17 Nov 15:45
· 546 commits to master since this release
72bc7d6

What’s Changed

  • Behavior introduced in 6.0.0 has been slightly altered due to side effects it causes: #382
    • If you use AGP 7.4.0-beta02 and 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-alpha01 up to 7.4.0-beta01 the plugin will continue using the flawed mechanism introduced in easylauncher 6.0.0. All AGP’s 7.3 versions currently have broken resources merging (link + link2). If the plugin works in your case then great. If it doesn’t, and you observe resValues not 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.3 the plugin will continue using the legacy way of overriding launcher icons. All works fine there

Kudos to @brudaswen for reporting and reproducing the issue 🙏

Full Changelog: v6.0.0...v6.1.0