From b50ac66e47d7012a772e44d6a9e5d6a93db91021 Mon Sep 17 00:00:00 2001 From: "Mr. Robot" Date: Mon, 15 Mar 2021 11:02:25 +0100 Subject: [PATCH] remove kotlin extension plugin --- app/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3d63758..a8b2378 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,6 @@ plugins { id 'com.android.application' id 'kotlin-android' - id 'kotlin-android-extensions' id 'com.google.gms.google-services' } @@ -45,7 +44,6 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.browser:browser:1.3.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.preference:preference-ktx:2.3.4' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.exifinterface:exifinterface:1.3.2' implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0'