Skip to content

Commit 238dd2a

Browse files
committed
fix(build): upgrade multidex for testcase
1 parent 1965991 commit 238dd2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ dependencies {
1818
compile ("com.tinkerpatch.tinker:aosp-dexutils:${TINKER_VERSION}") { changing = true }
1919
compile ("com.tinkerpatch.tinker:bsdiff-util:${TINKER_VERSION}") { changing = true }
2020
compile ("com.tinkerpatch.tinker:tinker-commons:${TINKER_VERSION}") { changing = true }
21+
22+
testDebugCompile ("com.android.support:multidex-instrumentation:1.0.2")
2123
}
2224

2325
android {

0 commit comments

Comments
 (0)