Skip to content

Commit

Permalink
Exclude META-INF
Browse files Browse the repository at this point in the history
  • Loading branch information
piaskowyk committed Aug 17, 2022
1 parent af31d7a commit c25c71f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ 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 c25c71f

Please sign in to comment.