Skip to content

Commit

Permalink
Revert "fix android build issues with react-native-pdf and react-nati…
Browse files Browse the repository at this point in the history
…ve 59.x"

This reverts commit f1ddb54.
  • Loading branch information
Wonday committed Apr 3, 2019
1 parent 6c571b1 commit d153e70
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@ android {
compileSdkVersion _compileSdkVersion
buildToolsVersion _buildToolsVersion

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

defaultConfig {
minSdkVersion _minSdkVersion
targetSdkVersion _targetSdkVersion
Expand Down

0 comments on commit d153e70

Please sign in to comment.