Skip to content

Commit 355b46d

Browse files
committed
Workaround to make smoke-test pass.
1 parent 05b5184 commit 355b46d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

smoke-tests/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ android {
5151
}
5252
}
5353

54+
packagingOptions {
55+
exclude 'META-INF/DEPENDENCIES'
56+
}
57+
5458
compileOptions {
5559
sourceCompatibility 1.8
5660
targetCompatibility 1.8

0 commit comments

Comments
 (0)