github mikepenz/AboutLibraries v8.0.0-a07

latest releases: 11.2.3, 11.2.2, 11.2.1...
pre-release4 years ago
  • fix list item warning
  • fix inclusion of res file (values folder was needed)
  • more flexible approach
  • move licenses also to the definitions module
  • only include library information which is actually needed via the gradle plugin
  • more precise logging
  • if no author / authorWebsite found fallback to organization
  • build xml using the MarkupBuilder
  • introduce partial enchanting of libraries by using information from the existing definition files
    • currently only happening for the description

Gradle Plugin

As of 8.0.0-a07 the gradle plugin is now on jCenter.

// Root build.gradle
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibrariesVersion}"

// App build.gradle
apply plugin: 'com.mikepenz.aboutlibraries.plugin'

Don't miss a new AboutLibraries release

NewReleases is sending notifications on new releases.