Skip to content

Commit

Permalink
[Android] Remove pickFirst arguments
Browse files Browse the repository at this point in the history
Summary:
This is no longer necessary with the new Flipper release.

Test Plan:
Hoping that Rick helps me out here.
  • Loading branch information
passy committed Feb 5, 2020
1 parent 3797a6d commit e7fad62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions RNTester/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,6 @@ def useIntlJsc = false
android {
compileSdkVersion 29

packagingOptions {
pickFirst '**/armeabi-v7a/libc++_shared.so'
pickFirst '**/x86/libc++_shared.so'
pickFirst '**/x86_64/libc++_shared.so'
pickFirst '**/arm64-v8a/libc++_shared.so'
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down
7 changes: 0 additions & 7 deletions template/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,6 @@ android {
}
}

packagingOptions {
pickFirst "lib/armeabi-v7a/libc++_shared.so"
pickFirst "lib/arm64-v8a/libc++_shared.so"
pickFirst "lib/x86/libc++_shared.so"
pickFirst "lib/x86_64/libc++_shared.so"
}

// applicationVariants are e.g. debug, release
applicationVariants.all { variant ->
variant.outputs.each { output ->
Expand Down

0 comments on commit e7fad62

Please sign in to comment.