Skip to content

Commit

Permalink
Revert "Exclude META-INF"
Browse files Browse the repository at this point in the history
This reverts commit c25c71f.
  • Loading branch information
piaskowyk committed Aug 19, 2022
1 parent c25c71f commit d3395e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions android/build.gradle
Expand Up @@ -291,8 +291,6 @@ android {
println "Native libs debug enabled: ${debugNativeLibraries}"
doNotStrip debugNativeLibraries ? "**/**/*.so" : ''
excludes = [
"META-INF",
"META-INF/**",
"**/libc++_shared.so",
"**/libfbjni.so",
"**/libjsi.so",
Expand Down

0 comments on commit d3395e0

Please sign in to comment.