github mikepenz/AboutLibraries v8.0.0-rc03

latest releases: 11.2.3, 11.2.2, 11.2.1...
pre-release4 years ago

Updates / Fixes

  • simplify code by no longer depending on internal APIs to retrieve dependencies
      - use the proper API and resolve issues with AS upgrades
  • update gradle build tools and kotlin versions
  • mark generated strings non translateable via the tools annotation
      - FIX #478
  • add independent generation task to hopefully resolve / help with: #474 (comment)
  • add specialized handling for "New BSD License" according to: https://opensource.org/licenses/BSD-3-Clause
  • add special handling for BSD 2-Clause and CC0
  • improved export to simplify identifying which libs use which missing library
  • separate libs with no libs at all
  • Read version from parent element
      - If the version is not specified in the pom, and no parent POM is found, use the version from the POM's parent element.
      - Also added several debug logging messages.
      - FIX jhansen2015#1
  • Fix missing version on commonmark artifactId …
      - Use the component's original displayName, instead of attempting to reconstruct it based on the possibly missing artifactPom.version.
      - FIX jhansen2015#2

UI Module

  • fastadapter 5.0.0

Sample app

  • update iconics 5.0.0-b01
  • materialdrawer 8.0.0-rc01

Gradle Plugin

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