Skip to content

Commit

Permalink
Commented the code that enables 'x86' builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Dec 17, 2020
1 parent 56551c5 commit 86338b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,11 @@ android {
abi {
enable true
reset()
include 'armeabi-v7a', 'arm64-v8a', 'x86'
include(
'armeabi-v7a',
'arm64-v8a',
//'x86' //--> uncomment to be able to deploy the app in an Android 10+ virtual device
)
universalApk false
}
}
Expand Down

0 comments on commit 86338b2

Please sign in to comment.