fix: Exclude libfbjni.so
This commit is contained in:
parent
cf7bd3bbb4
commit
f029e731b2
@ -112,7 +112,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
excludes = ["**/libc++_shared.so"]
|
excludes = ["**/libc++_shared.so", "**/libfbjni.so"]
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user