Skip to content

Commit 36a4f64

Browse files
committed
fix: fix android .so conflict
1 parent 116c415 commit 36a4f64

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/react-native-executorch/android/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ android {
111111
}
112112

113113
packagingOptions {
114-
exclude '**/executorch/**/libexecutorch.so'
114+
excludes = [
115+
"**/libexecutorch.so"
116+
]
115117
}
116118

117119
compileSdkVersion getExtOrIntegerDefault("compileSdkVersion")

0 commit comments

Comments
 (0)