Skip to content

Commit bbcc053

Browse files
authored
fix: exclude extra static library from package (#177)
1 parent a292f5a commit bbcc053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ android {
163163
"META-INF",
164164
"META-INF/**",
165165
"**/libreactnative.so",
166+
"**/libreact_nativemodule_core.so",
166167
"**/libc++_shared.so",
167168
"**/libfbjni.so",
168169
"**/libjsi.so",

0 commit comments

Comments
 (0)