Skip to content

Commit 478b064

Browse files
committed
Adding MultiDex
1 parent 3e1762f commit 478b064

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ dependencies {
9494
implementation appDependencies.boilerplateUi
9595
implementation appDependencies.appCompat
9696

97+
implementation appDependencies.multidex
98+
9799
implementation appDependencies.dagger
98100
kapt appDependencies.daggerCompiler
99101
}

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ ext {
8686
kotlinReflect : "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion",
8787

8888
appCompat : "androidx.appcompat:appcompat:$supportLibraryVersion",
89+
multidex : "com.android.support:multidex:$multidexVersion",
8990

9091
rxJava : "io.reactivex.rxjava2:rxjava:$rxJavaVersion",
9192
rxKotlin : "io.reactivex.rxjava2:rxkotlin:$rxKotlinVersion",

0 commit comments

Comments
 (0)