|
|
@ -3,7 +3,7 @@ apply plugin: 'kotlin-android' |
|
|
|
apply plugin: 'kotlin-parcelize' |
|
|
|
apply plugin: 'kotlin-parcelize' |
|
|
|
apply plugin: 'kotlin-kapt' |
|
|
|
apply plugin: 'kotlin-kapt' |
|
|
|
apply plugin: 'de.timfreiheit.resourceplaceholders' |
|
|
|
apply plugin: 'de.timfreiheit.resourceplaceholders' |
|
|
|
apply plugin: 'com.google.gms.google-services' |
|
|
|
//apply plugin: 'com.google.gms.google-services' |
|
|
|
apply from: 'download.gradle' |
|
|
|
apply from: 'download.gradle' |
|
|
|
|
|
|
|
|
|
|
|
static def releaseTime() { |
|
|
|
static def releaseTime() { |
|
|
@ -152,8 +152,8 @@ dependencies { |
|
|
|
implementation('androidx.webkit:webkit:1.4.0') |
|
|
|
implementation('androidx.webkit:webkit:1.4.0') |
|
|
|
|
|
|
|
|
|
|
|
//firebase |
|
|
|
//firebase |
|
|
|
implementation platform('com.google.firebase:firebase-bom:29.1.0') |
|
|
|
//implementation platform('com.google.firebase:firebase-bom:29.1.0') |
|
|
|
implementation 'com.google.firebase:firebase-analytics-ktx' |
|
|
|
//implementation 'com.google.firebase:firebase-analytics-ktx' |
|
|
|
|
|
|
|
|
|
|
|
//media |
|
|
|
//media |
|
|
|
implementation("androidx.media:media:1.5.0") |
|
|
|
implementation("androidx.media:media:1.5.0") |
|
|
|