We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1965991 commit 238dd2aCopy full SHA for 238dd2a
app/build.gradle
@@ -18,6 +18,8 @@ dependencies {
18
compile ("com.tinkerpatch.tinker:aosp-dexutils:${TINKER_VERSION}") { changing = true }
19
compile ("com.tinkerpatch.tinker:bsdiff-util:${TINKER_VERSION}") { changing = true }
20
compile ("com.tinkerpatch.tinker:tinker-commons:${TINKER_VERSION}") { changing = true }
21
+
22
+ testDebugCompile ("com.android.support:multidex-instrumentation:1.0.2")
23
}
24
25
android {
0 commit comments