Skip to content

v8.0.0-a06

Pre-release
Pre-release
Compare
Choose a tag to compare
@mikepenz mikepenz released this 03 Jan 19:48
· 948 commits to develop since this release
  • fix typo
  • potentially fallback to parent for description and for version too
  • introduce support for the "Eclipse Public License"
  • add support for crashlytics terms of service
  • add support for the Fabric Software and Service Agreement
  • enhance library item license information spacing (do not cut too soon)
  • fix breaks in crashlytics license

Gradle Plugin

As of 8.0.0-a06 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'