Skip to content

Commit 29e607c

Browse files
committed
Try also building x86_64 version
1 parent 2191fad commit 29e607c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@ android {
415415
include(
416416
'armeabi-v7a',
417417
'arm64-v8a',
418-
//'x86_64', //--> uncomment to be able to deploy the app in
419-
//'x86', //--> Android virtual devices
418+
'x86_64', //--> uncomment to be able to deploy the app in
419+
'x86', //--> Android virtual devices
420420
)
421421
universalApk false
422422
}

0 commit comments

Comments
 (0)