Dark theme

This commit is contained in:
2021-02-20 23:21:25 +03:00
parent 88dddcb133
commit 06aa41cab1
179 changed files with 1011 additions and 1133 deletions
+10 -4
View File
@@ -6,10 +6,10 @@ plugins {
android {
compileSdkVersion 30
buildToolsVersion "30.0.3"
buildToolsVersion "31.0.0-rc1"
defaultConfig {
applicationId "ru.melod1n.project.vkm"
applicationId "com.meloda.fast"
minSdkVersion 23
targetSdkVersion 30
versionCode 1
@@ -21,6 +21,10 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
applicationIdSuffix '.debug'
}
}
compileOptions {
coreLibraryDesugaringEnabled true
@@ -34,6 +38,8 @@ android {
}
dependencies {
implementation(name: 'mvp-debug', ext: 'aar')
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
@@ -48,8 +54,8 @@ dependencies {
implementation 'androidx.fragment:fragment-ktx:1.3.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.room:room-runtime:2.3.0-beta01'
kapt 'androidx.room:room-compiler:2.3.0-beta01'
implementation 'androidx.room:room-runtime:2.3.0-beta02'
kapt 'androidx.room:room-compiler:2.3.0-beta02'
implementation 'com.facebook.fresco:fresco:2.3.0'