|
|
|
@ -3,6 +3,7 @@ apply plugin: 'kotlin-android' |
|
|
|
|
apply plugin: 'kotlin-android-extensions' |
|
|
|
|
apply plugin: 'kotlin-kapt' |
|
|
|
|
apply plugin: "de.timfreiheit.resourceplaceholders" |
|
|
|
|
apply plugin: 'io.fabric' |
|
|
|
|
|
|
|
|
|
androidExtensions { |
|
|
|
|
experimental = true |
|
|
|
@ -85,6 +86,10 @@ dependencies { |
|
|
|
|
//kotlin |
|
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" |
|
|
|
|
|
|
|
|
|
//fireBase |
|
|
|
|
implementation 'com.google.firebase:firebase-core:17.2.0' |
|
|
|
|
implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1' |
|
|
|
|
|
|
|
|
|
//androidX |
|
|
|
|
implementation 'androidx.core:core-ktx:1.2.0-beta01' |
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.1.0' |
|
|
|
|