use multidex from androidx and not android support

This commit is contained in:
Benoit Marty 2021-06-09 20:49:56 +02:00
parent 7169392055
commit aa8456575d
1 changed files with 1 additions and 1 deletions

View File

@ -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"