From 137a52108119b114adf43ae1a240ebfecc3d39de Mon Sep 17 00:00:00 2001 From: Fynn Godau Date: Mon, 29 Jan 2024 13:40:24 +0100 Subject: [PATCH] Revert "Enable multidex" This reverts commit da7bb3d46bc25f8b53c68f3c56197cbf7b6993f5. --- vending-app/build.gradle | 3 --- vending-app/src/main/AndroidManifest.xml | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/vending-app/build.gradle b/vending-app/build.gradle index 468e45c1ea..f57b700b52 100644 --- a/vending-app/build.gradle +++ b/vending-app/build.gradle @@ -17,8 +17,6 @@ android { versionCode vendingAppVersionCode minSdkVersion androidMinSdk targetSdkVersion androidTargetSdk - - multiDexEnabled true } buildTypes { @@ -91,7 +89,6 @@ dependencies { implementation "com.squareup.wire:wire-runtime:$wireVersion" implementation "com.android.volley:volley:$volleyVersion" - implementation "androidx.multidex:multidex:$multidexVersion" } wire { diff --git a/vending-app/src/main/AndroidManifest.xml b/vending-app/src/main/AndroidManifest.xml index 6916b5df5a..bfc542132b 100644 --- a/vending-app/src/main/AndroidManifest.xml +++ b/vending-app/src/main/AndroidManifest.xml @@ -24,8 +24,7 @@ android:forceQueryable="true" android:icon="@mipmap/ic_app" android:roundIcon="@mipmap/ic_app" - android:label="@string/app_name" - android:name="androidx.multidex.MultiDexApplication"> + android:label="@string/app_name">