We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da4ff8 commit 5231e67Copy full SHA for 5231e67
test-app/runtime/build.gradle
@@ -75,7 +75,7 @@ android {
75
if (onlyX86) {
76
abiFilters 'x86'
77
} else {
78
- abiFilters 'x86'//, 'armeabi-v7a', 'arm64-v8a'
+ abiFilters 'x86', 'armeabi-v7a', 'arm64-v8a'
79
}
80
81
0 commit comments