github mikepenz/AboutLibraries v8.0.0-a02

latest releases: 11.2.3, 11.2.2, 11.2.1...
pre-release4 years ago
  • 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'

Don't miss a new AboutLibraries release

NewReleases is sending notifications on new releases.