Skip to content

Commit

Permalink
exclude conflicting .so file
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Jul 13, 2021
1 parent ad69f45 commit 5136ed1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ android {
}

packagingOptions {
excludes = ["**/libc++_shared.so"]
pickFirst '**/*.so'
excludes = ["**/libc++_shared.so","**/libreactnativeutilsjni.so"]
}

configurations {
Expand Down

1 comment on commit 5136ed1

@vercel
Copy link

@vercel vercel bot commented on 5136ed1 Jul 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.