fix: Fix duplicate libhermes.so package (#741)
Co-authored-by: Joshua Smith <joshua.smith4@aggiemail.usu.edu>
This commit is contained in:
parent
202508b500
commit
00fc39891a
@ -119,7 +119,7 @@ android {
|
|||||||
|
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
// Exclude all Libraries that are already present in the user's app (through React Native or by him installing REA)
|
// Exclude all Libraries that are already present in the user's app (through React Native or by him installing REA)
|
||||||
excludes = ["**/libc++_shared.so", "**/libfbjni.so", "**/libjsi.so", "**/libreactnativejni.so", "**/libfolly_json.so", "**/libreanimated.so", "**/libjscexecutor.so"]
|
excludes = ["**/libc++_shared.so", "**/libfbjni.so", "**/libjsi.so", "**/libreactnativejni.so", "**/libfolly_json.so", "**/libreanimated.so", "**/libjscexecutor.so", "**/libhermes.so"]
|
||||||
// META-INF is duplicate by CameraX.
|
// META-INF is duplicate by CameraX.
|
||||||
exclude "META-INF/**"
|
exclude "META-INF/**"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user