Skip to content

Commit

Permalink
fix: exclude libturbomodulejsijni.so from package (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
enell authored Sep 12, 2023
1 parent cc3a98a commit 043cbf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ android {
"**/libreactnativejni.so",
"**/libfolly_json.so",
"**/libjscexecutor.so",
"**/libhermes.so"
"**/libhermes.so",
"**/libturbomodulejsijni.so"
]
exclude "META-INF/**"
}
Expand Down

0 comments on commit 043cbf8

Please sign in to comment.