From d6ba0e0366e0354f93fe6b235ec2456a18d32375 Mon Sep 17 00:00:00 2001 From: Niko Diamadis Date: Fri, 23 Sep 2022 00:12:40 +0200 Subject: [PATCH] Remove Multidex (not needed anymore due to library minimization)) --- app/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8c00645..be20cd7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,7 +25,6 @@ android { targetSdk 33 versionCode 20 versionName "2.3.1" - multiDexEnabled true } buildTypes { @@ -66,7 +65,6 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.core:core-ktx:1.9.0' - implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.preference:preference-ktx:1.2.0' implementation 'com.afollestad.material-dialogs:bottomsheets:3.3.0' implementation 'com.airbnb.android:lottie:4.0.0'