Skip to content

Commit c25c71f

Browse files
committed
Exclude META-INF
1 parent af31d7a commit c25c71f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ android {
291291
println "Native libs debug enabled: ${debugNativeLibraries}"
292292
doNotStrip debugNativeLibraries ? "**/**/*.so" : ''
293293
excludes = [
294+
"META-INF",
295+
"META-INF/**",
294296
"**/libc++_shared.so",
295297
"**/libfbjni.so",
296298
"**/libjsi.so",

0 commit comments

Comments
 (0)