summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2022-02-27 11:09:57 +0100
committerGitHub <noreply@github.com>2022-02-27 11:09:57 +0100
commit42e36328e3bb6d4bda632da7586fdace912a34e0 (patch)
treef3e986b3fc0440e2b4546568e824f95f985b6c01
parent940338625023d9a24a589d0a087f3b077f3ea0b2 (diff)
parenta512341b0ca954c9d1e373f8b173cdae7c3f61fa (diff)
downloadAntennaPod-42e36328e3bb6d4bda632da7586fdace912a34e0.zip
Merge pull request #5756 from ByteHamster/multidex-androidx
Use AndroidX version of MultiDex
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 01d2e0ef5..8c48f6d2a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -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"