Skip to content

Commit 0acc42d

Browse files
committed
Fixes failing of tests after addition of multidex.
1 parent d7e0c81 commit 0acc42d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ dependencies {
4848
compile 'com.facebook.fresco:fresco:1.3.0'
4949
compile 'com.facebook.stetho:stetho:1.5.0'
5050

51-
compile 'com.android.support:multidex:1.0.2'
51+
compile 'com.android.support:multidex:1.0.3'
5252

5353
testCompile 'junit:junit:4.12'
5454
testCompile 'org.robolectric:robolectric:3.7.1'
55+
testCompile "org.robolectric:multidex:3.4.2"
5556

5657
testCompile 'com.squareup.okhttp3:mockwebserver:3.8.1'
5758
androidTestCompile 'com.squareup.okhttp3:mockwebserver:3.8.1'

0 commit comments

Comments
 (0)