summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-02-27 10:35:16 +0100
committerByteHamster <info@bytehamster.com>2022-02-27 10:35:16 +0100
commita512341b0ca954c9d1e373f8b173cdae7c3f61fa (patch)
tree507743a5f340ff04fca4288abcb67a47d0c08a6b /app/build.gradle
parent0d7555da8c291457cd8fe7b97036fd05c515bbd2 (diff)
downloadAntennaPod-a512341b0ca954c9d1e373f8b173cdae7c3f61fa.zip
Use AndroidX version of MultiDex
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 1bd916425..a4fdb11df 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -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"