Skip to content

Commit

Permalink
fix: jnilibs gradle removed
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Feb 16, 2025
1 parent 97da670 commit a189682
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,19 +134,6 @@ android {
}
}

packagingOptions {
jniLibs {
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'
}
pickFirst 'lib/armeabi-v7a/libreact_nativemodule_core.so'
pickFirst 'lib/arm64-v8a/libreact_nativemodule_core.so'
pickFirst 'lib/x86/libreact_nativemodule_core.so'
pickFirst 'lib/x86_64/libreact_nativemodule_core.so'
}

buildTypes {
debug {
signingConfig signingConfigs.debug
Expand Down

0 comments on commit a189682

Please sign in to comment.