Hello All,
I have gone through the android blog and found that there is two ways for creating the APK file in android:
1. Android App Bundle (.aab)
2. Signed Apk (.apk).
I have gone through the details and found that the size of both the files are different the .aab file size is low compare to .apk file.
Now my question is that my app is live and I use to upload the .apk file for the new update, So can I upload the .aab file this time as new update.
will it work?