- 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'