From aa8456575d613cb573149fd268c0b6181ecaed96 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 9 Jun 2021 20:49:56 +0200 Subject: [PATCH] use multidex from androidx and not android support --- vector/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/build.gradle b/vector/build.gradle index e6fa243d1a..a94f796a90 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -320,7 +320,7 @@ dependencies { implementation project(":diff-match-patch") implementation project(":multipicker") implementation project(":attachment-viewer") - implementation 'com.android.support:multidex:1.0.3' + implementation 'androidx.multidex:multidex:2.0.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version"