|
|
|
@ -5,6 +5,7 @@ plugins { |
|
|
|
|
id 'kotlin-kapt' |
|
|
|
|
id "de.timfreiheit.resourceplaceholders" |
|
|
|
|
//id "com.google.gms.google-services" |
|
|
|
|
id 'io.shiftleft.gather-dependencies' |
|
|
|
|
} |
|
|
|
|
apply from: 'download.gradle' |
|
|
|
|
|
|
|
|
@ -135,6 +136,10 @@ kapt { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
gatherDependencies { |
|
|
|
|
androidVariantName = 'appRelease' |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
|
//noinspection GradleDependency |
|
|
|
|
coreLibraryDesugaring('com.android.tools:desugar_jdk_libs:1.1.6') |
|
|
|
|