diff options
author | ByteHamster <info@bytehamster.com> | 2022-02-27 10:35:16 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-02-27 10:35:16 +0100 |
commit | a512341b0ca954c9d1e373f8b173cdae7c3f61fa (patch) | |
tree | 507743a5f340ff04fca4288abcb67a47d0c08a6b | |
parent | 0d7555da8c291457cd8fe7b97036fd05c515bbd2 (diff) | |
download | AntennaPod-a512341b0ca954c9d1e373f8b173cdae7c3f61fa.zip |
Use AndroidX version of MultiDex
-rw-r--r-- | app/build.gradle | 2 |
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" |