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

@@ -1,10 +1,8 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
apply plugin: 'com.jaredsburrows.license'
android {
compileSdkVersion 29
@@ -37,7 +35,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.1.0'
implementation 'com.google.android.material:material:1.0.0'