Skip to content

v8.0.0-b01

Pre-release
Pre-release
Compare
Choose a tag to compare
@mikepenz mikepenz released this 08 Jan 10:52
· 935 commits to develop since this release
v8.0.0-b01
284a4e3
  • if we do not find a license or library for a enchantment, copying over the license do not create an empty file with 'null'
  • the answers terms of service redriect to the fabric ones

Gradle Plugin

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