New about activity with AboutLibraries

This commit is contained in:
2020-09-11 12:02:38 +02:00
committed by Matte23
parent b2cf1c7340
commit b66b118ac6
13 changed files with 68 additions and 523 deletions

View File

@@ -2,6 +2,7 @@
buildscript {
ext.kotlin_version = '1.4.10'
ext.about_libs_version = '8.3.0'
repositories {
google()
jcenter()
@@ -10,7 +11,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.jaredsburrows:gradle-license-plugin:0.8.5'
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:$about_libs_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}