github mikepenz/AboutLibraries v8.0.0-a04

latest releases: v11.1.4, v11.1.3, v11.1.2...
pre-release4 years ago
  • enhance MIT license detection
  • add Android Software Development Kit License -> ASDKL
  • introduce custom license and custom name mappings files to ix libraries with wrong pom information
    • add support for custom mappings in the gradle plugin
    • include the resources from the library-definitions to be used for custom mapping
  • fix support for multiple developers.
  • improve the layout for the libraries to not completly overlap the library name. (max 30% of the width for authors)
  • partially fix: #461

Gradle Plugin

As of 8.0.0-a04 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: 'com.mikepenz.aboutlibraries.plugin'

Don't miss a new AboutLibraries release

NewReleases is sending notifications on new releases.