- enhance gradle plugin by not differentiating on the variant
- some bugfixes, further enhancements, simplify code
- add new task which allows to output the identifiers for dependencies
- remove dependency on iconics
- replace with possible action provided via the LibsConfiguration
- showcase library modification with the new plugin generated data
- showcase new library enchantment feature allowing to enchant a plugin created library with the information of a manual dependency file
- plugin got published, no longer necessary to include the repo
Gradle Plugin
As of 8.0.0-a02
the gradle plugin is now on jCenter
. (Pending approval for official plugin repo)
// Root build.gradle
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibrariesVersion}"
// App build.gradle
apply plugin: 'aboutlibraries-plugin'