Skip to content

Commit

Permalink
Temp fix for jsc version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
guyca committed Aug 21, 2019
1 parent 00152d4 commit 0e720b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@
}
}
}
}
}
4 changes: 4 additions & 0 deletions playground/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ android {
signingConfig signingConfigs.release
}
}
packagingOptions {
pickFirst '**/libjsc.so'
pickFirst '**/libc++_shared.so'
}
}

dependencies {
Expand Down

0 comments on commit 0e720b6

Please sign in to comment.