We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e6339 commit 93fc34dCopy full SHA for 93fc34d
android/build.gradle
@@ -70,27 +70,6 @@ android {
70
}
71
72
73
- packagingOptions {
74
- excludes = [
75
- "META-INF",
76
- "META-INF/**",
77
- "**/libc++_shared.so",
78
- "**/libfbjni.so",
79
- "**/libjsi.so",
80
- "**/libfolly_json.so",
81
- "**/libfolly_runtime.so",
82
- "**/libglog.so",
83
- "**/libhermes.so",
84
- "**/libhermes-executor-debug.so",
85
- "**/libhermes_executor.so",
86
- "**/libreactnative.so",
87
- "**/libreactnativejni.so",
88
- "**/libturbomodulejsijni.so",
89
- "**/libreact_nativemodule_core.so",
90
- "**/libjscexecutor.so"
91
- ]
92
- }
93
-
94
buildFeatures {
95
buildConfig true
96
prefab true
0 commit comments