Added androidx multidex
This commit is contained in:
parent
f0505fb032
commit
e269925a7e
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ dependencies {
|
||||||
implementation( "org.jetbrains.kotlin:kotlin-stdlib:1.2.71") {
|
implementation( "org.jetbrains.kotlin:kotlin-stdlib:1.2.71") {
|
||||||
exclude group: 'org.jetbrains', module: 'annotations'
|
exclude group: 'org.jetbrains', module: 'annotations'
|
||||||
}
|
}
|
||||||
|
implementation 'androidx.multidex:multidex:2.0.1'
|
||||||
implementation 'androidx.appcompat:appcompat:1.0.0'
|
implementation 'androidx.appcompat:appcompat:1.0.0'
|
||||||
implementation 'com.google.android.material:material:1.0.0'
|
implementation 'com.google.android.material:material:1.0.0'
|
||||||
implementation 'androidx.browser:browser:1.0.0'
|
implementation 'androidx.browser:browser:1.0.0'
|
||||||
|
|
Loading…
Reference in a new issue