This commit is contained in:
lucky 2022-01-11 07:22:15 +03:00
parent 717cc7b25b
commit 0c3a10fce5
1 changed files with 4 additions and 4 deletions

View File

@ -16,9 +16,6 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
viewBinding true
}
buildTypes {
release {
minifyEnabled false
@ -32,13 +29,16 @@ android {
kotlinOptions {
jvmTarget = '1.8'
}
buildFeatures {
viewBinding true
}
lintOptions {
disable 'MissingTranslation'
}
}
dependencies {
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'com.google.android.material:material:1.4.0'