Skip to content

Commit

Permalink
Fix play store upload error due to vision camera and riscv64
Browse files Browse the repository at this point in the history
- mrousavy/react-native-vision-camera#3177 (comment)
- Introduced in 8a6cee1 with the react-native-vision-camera update to 4.5.3
  • Loading branch information
High5Apps committed Oct 15, 2024
1 parent 629ff44 commit 8277210
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 4
versionName "2.0.0"

// https://github.com/mrousavy/react-native-vision-camera/issues/3177#issuecomment-2346035370
ndk {
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
}
}
signingConfigs {
debug {
Expand Down

0 comments on commit 8277210

Please sign in to comment.