Skip to content

Commit 680f0c8

Browse files
authored
Merge branch 'master' into trifonov/sbg-js-parser-call-update
2 parents 69bb5d2 + 34d3c85 commit 680f0c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-app/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ android {
211211
if (onlyX86) {
212212
abiFilters 'x86'
213213
} else {
214-
abiFilters 'x86', 'armeabi-v7a'//, 'arm64-v8a'
214+
abiFilters 'x86', 'armeabi-v7a', 'arm64-v8a'
215215
}
216216
}
217217
dexOptions {

0 commit comments

Comments
 (0)