Skip to content

Commit 32e70b2

Browse files
committed
[Catalog] Stop using the multidex library
Resolves material-components#4290
1 parent 1e59f02 commit 32e70b2

2 files changed

Lines changed: 0 additions & 28 deletions

File tree

catalog/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ dependencies {
2626
api libs.dagger.android.support
2727
annotationProcessor libs.dagger.android.processor
2828

29-
api libs.androidx.multidex
3029
api libs.androidx.constraintlayout
3130
api libs.androidx.gridlayout
3231
api libs.androidx.recyclerview
@@ -73,7 +72,6 @@ def srcDirs = [
7372
'allcomponents',
7473
'application',
7574
'application/attrs',
76-
'application/legacymultidex',
7775
'application/scope',
7876
'application/theme',
7977
'assets',
@@ -136,7 +134,6 @@ android {
136134

137135
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
138136
vectorDrawables.useSupportLibrary = true
139-
multiDexEnabled true
140137
minSdkVersion 23
141138
targetSdkVersion 33
142139
}

catalog/java/io/material/catalog/application/legacymultidex/LegacyMultidexCatalogApplication.java

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)