APK from Volt vs GooglePlay

Hi there … Ive been away for a while and see that there are changes in how to create the apk for testing and GooglePlay upload.

So here is my quistions

What do I use in my config for test the APK locallly on my phone
( Install via the QR code from Voltbuilder )

What too use when upload to GooglePlay

REGARDS
Flemming

Builds make .apk files by default. These can be used for debug builds and for release builds outside the Google Play Store. To make .aab (Android Application Bundles), add this line to your voltbuilder.json file:
"androidPackageType": "bundle",

.aab files cannot be used outside the Google Play Store.