Skip to content

Commit

Permalink
temporary for for realm issues
Browse files Browse the repository at this point in the history
See:
* #8366
* realm/realm-js#2282
* facebook/react-native#25060

Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs committed Jun 5, 2019
1 parent 4f125ae commit 04c0c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ android {
versionCode getVersionCode()
versionName getVersionName()
ndk {
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86-64"
abiFilters "armeabi-v7a", "x86"
}
}
/**
Expand Down

0 comments on commit 04c0c68

Please sign in to comment.