Skip to content

Commit 2bf81a5

Browse files
authored
[firehorn] Workaround to make smoke-test pass. (#3531)
1 parent 05b5184 commit 2bf81a5

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)