github mikepenz/AboutLibraries v8.0.0-b02

latest releases: 11.2.0-a01, v11.1.4, v11.1.3...
pre-release4 years ago
  • apply various suggestions to improve and cleanup legacy code
  • add artifactId to the Library class which is generated via the gradle plugin
    • allows to display it in the UI
  • add check which libraries were handled already
  • rename method to be more clear about its purpose
  • fix some formatting
  • make maps not static, as this will be kept accross runs which can lead to wrong output

Gradle Plugin

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