Releases: usefulness/easylauncher-gradle-plugin
Releases · usefulness/easylauncher-gradle-plugin
release-3.8.0
Added
- Add support for
manifestPlaceholders
#98
release-3.7.0
release-3.6.0
Changed
- The plugin is now compiled against Android Gradle Plugin 4.1.0
Fixed
- Android Gradle Plugin bacame a
compileOnly
dependency, which fixes the behavior where applying the plugin upgrades project's AGP version
release-3.5.0
Added
- The plugin can now be used with a module that has
com.android.library
plugin applied. It will automaticaly discover and customize launcher icon defined there. UseiconNames
property to override the behavior.
release-3.4.0
release-3.3.0
Added
- Custom font can be applied by referencing
.ttf
file directly. For example:customRibbon(position: "top", font: file("fonts/CustomFont.ttf"))
release-3.2.1
Fixed
- Helper files needed for vector icons are now generated under
drawable-anydpi-v26
directory to make sure they override existing resources.
release-3.2.0
Added
- It is now possible to provide custom font for a ribbon label
Fixed
- Fixed compatibility with Kotlin DSL scripts
release-3.1.0
Added
- It is now possible to define alpha channel for all colors provided to the plugin