github mikepenz/AboutLibraries v8.0.0-b03

latest releases: 11.2.2, 11.2.1, 11.2.0...
pre-release4 years ago
  • use github actions
  • remove travis
  • update to stable gradle 6.1
  • Fix annotations in AboutLibrariesTask (thanks @koral--)
    • Possible fix for #465
  • redo theming by defining a style which can be defined. similar to MaterialDrawer v8
  • remove obsolete colors / styles / ...
  • make theme use style attributes to better adjust to existing material styles
  • update material dependency
  • add coreKtx dependency
  • update README on how to style the AboutLibraries

Gradle Plugin

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