When I build apk via command
flutter build apk --spli-per-abi
It generates 3 apk in: \build\app\outputs\apk\release directory
I want to know which of the APKs we will use for uploading on play store or for installing on different devices.
In addition to this, few android devices are capable of running apk named v8a and few are running v7a is there anything to do with building an apk for different versions of android? means I do i need to config SDKs so that It will run on all android versions starting from Jelly Beans 4.1
Thanks