From 0c3a10fce585380071e6619fe6c2bec07a167ed8 Mon Sep 17 00:00:00 2001 From: lucky <> Date: Tue, 11 Jan 2022 07:22:15 +0300 Subject: [PATCH] ref --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2b3d1d4..b6a968f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'