forked from melod1n/fast-messenger
Dark theme
This commit is contained in:
+10
-4
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user