Skip to content

Commit d3395e0

Browse files
committed
Revert "Exclude META-INF"
This reverts commit c25c71f.
1 parent c25c71f commit d3395e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

android/build.gradle

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

0 commit comments

Comments
 (0)