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 cdd81dc commit 2fe5653Copy full SHA for 2fe5653
package/android/build.gradle
@@ -150,17 +150,17 @@ android {
150
}
151
152
153
- // packagingOptions {
154
- // excludes = [
155
- // "META-INF",
156
- // "META-INF/**",
157
- // "**/libreactnative.so",
158
- // "**/libc++_shared.so",
159
- // "**/libfbjni.so",
160
- // "**/libjsi.so",
161
- // "**/libhermes.so",
162
- // ]
163
- // }
+ packagingOptions {
+ excludes = [
+ "META-INF",
+ "META-INF/**",
+ "**/libreactnative.so",
+ "**/libc++_shared.so",
+ "**/libfbjni.so",
+ "**/libjsi.so",
+ "**/libhermes.so",
+ ]
+ }
164
165
166
repositories {
0 commit comments