Skip to content

Commit 825d879

Browse files
committed
[fix] Add packaging options.
1 parent 6fdb127 commit 825d879

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ android {
1717

1818
}
1919

20+
packagingOptions {
21+
exclude "META-INF/INDEX.LIST"
22+
exclude "META-INF/io.netty.versions.properties"
23+
}
24+
2025
signingConfigs {
2126
debug {
2227
storeFile file("debugkey/debug.jks")

0 commit comments

Comments
 (0)