|
@@ -1,13 +1,13 @@
|
|
import java.text.SimpleDateFormat
|
|
import java.text.SimpleDateFormat
|
|
|
|
|
|
apply plugin: 'com.android.application'
|
|
apply plugin: 'com.android.application'
|
|
|
|
+apply plugin: 'com.google.android.gms.oss-licenses-plugin'
|
|
apply plugin: 'kotlin-android'
|
|
apply plugin: 'kotlin-android'
|
|
apply plugin: 'kotlin-android-extensions'
|
|
apply plugin: 'kotlin-android-extensions'
|
|
apply plugin: 'kotlin-kapt'
|
|
apply plugin: 'kotlin-kapt'
|
|
apply plugin: 'com.github.zellius.shortcut-helper'
|
|
apply plugin: 'com.github.zellius.shortcut-helper'
|
|
apply plugin: "org.jmailen.kotlinter"
|
|
apply plugin: "org.jmailen.kotlinter"
|
|
|
|
|
|
-
|
|
|
|
shortcutHelper.filePath = './shortcuts.xml'
|
|
shortcutHelper.filePath = './shortcuts.xml'
|
|
|
|
|
|
ext {
|
|
ext {
|
|
@@ -259,6 +259,8 @@ dependencies {
|
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
|
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
|
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
|
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
|
|
|
|
|
|
|
|
+ implementation 'com.google.android.gms:play-services-oss-licenses:17.0.0'
|
|
|
|
+
|
|
// For detecting memory leaks; see https://square.github.io/leakcanary/
|
|
// For detecting memory leaks; see https://square.github.io/leakcanary/
|
|
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.2'
|
|
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.2'
|
|
}
|
|
}
|