Google Play Store warnings

I’ve successfully completed the build of the first version of my app using AppStudio/VoltBuilder and published to both AppStore and Play Store. However, I do always get the following warnings on the Play Store:

3 Warnings
3 MESSAGES FOR VERSION CODE 10304
Warning
This APK results in unused code and resources being sent to users. Your app could be smaller if you used the Android App Bundle. By not optimising your app for device configurations, your app is larger to download and install on users' devices than it needs to be. Larger apps see lower installation success rates and take up storage on users' devices.

Warning
This APK contains Java/Kotlin code, which might be obfuscated. We recommend that you upload a deobfuscation file to make your crashes and ANRs easier to analyse and debug. 

Warning
This APK contains native code, and you've not uploaded debug symbols. We recommend that you upload a symbol file to make your crashes and ANRs easier to analyse and debug.

I’m unsure how to address these using AppStudio - does anyone else have any advice?

These are warnings - they will not affect the execution of your app.

Addressing these would probably take updates to various plugins by their authors.

I would ignore them if they are not causing problems.