Use AndroidX version of MultiDex

This commit is contained in:
ByteHamster 2022-02-27 10:35:16 +01:00
parent 0d7555da8c
commit a512341b0c
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ dependencies {
implementation "androidx.fragment:fragment:$fragmentVersion"
implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation "androidx.media:media:$mediaVersion"
implementation 'com.android.support:multidex:2.0.1'
implementation 'androidx.multidex:multidex:2.0.1'
implementation "androidx.palette:palette:$paletteVersion"
implementation "androidx.preference:preference:$preferenceVersion"
implementation "androidx.recyclerview:recyclerview:$recyclerViewVersion"