Skip to content

Commit 17191a6

Browse files
committedNov 9, 2019
Add arm64-v8a but it's not sufficient for 64bit build
1 parent f35533a commit 17191a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
// Specifies the ABI configurations of your native
3939
// libraries Gradle should build and package with your APK.
4040
// abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
41-
abiFilters 'armeabi-v7a', 'x86'
41+
abiFilters 'armeabi-v7a', 'x86', 'arm64-v8a'
4242
}
4343
}
4444

1 commit comments

Comments
 (1)

MoNTE48 commented on Nov 9, 2019

@MoNTE48
Contributor

And why? empty commit but even more conflicts for me

Please sign in to comment.