github mikepenz/AboutLibraries v8.0.0-b06

latest releases: v11.1.4, v11.1.3, v11.1.2...
pre-release4 years ago
  • add raw license file (beside README)
  • introduce support for more Licenses based on https://spdx.org/licenses/
  • enhance support for apache / mit detection
  • add kotlin support for class files in plugin
  • update gradle to latest version
  • fix apache 2.0 license header
  • add custom license year mapping
  • add custom properties for year if possible
  • add support for configuration block of the plugin
      - allow to provide folder for custom configurations
  • allow to add custom license year mappings, and showcase in sample

Gradle Plugin

As of 8.0.0-b06 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.