[WIP] gradle builds but app freezes, updated fbjni so file is the possible culprit
This commit is contained in:
2
android/third-party/OpenSSL/build.gradle
vendored
2
android/third-party/OpenSSL/build.gradle
vendored
@@ -8,7 +8,7 @@ android {
|
||||
minSdkVersion rootProject.minSdkVersion
|
||||
targetSdkVersion rootProject.targetSdkVersion
|
||||
ndk {
|
||||
abiFilters 'arm64-v8a', 'x86', 'armeabi-v7a'
|
||||
abiFilters 'arm64-v8a', 'x86', 'armeabi-v7a', 'armeabi'
|
||||
}
|
||||
|
||||
externalNativeBuild {
|
||||
|
||||
Reference in New Issue
Block a user