Merge pull request #5756 from ByteHamster/multidex-androidx
Use AndroidX version of MultiDex
This commit is contained in:
commit
42e36328e3
|
@ -130,7 +130,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"
|
||||
|
|
Loading…
Reference in New Issue