Add about dialog and licenses activity

This commit is contained in:
2019-09-21 17:02:50 +02:00
committed by Matte23
parent 922a344d83
commit a45eea1fde
9 changed files with 549 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.jaredsburrows:gradle-license-plugin:0.8.5'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}