Any had this problem; There is no deobfuscation file associated with this App Bundle?

Hello
I am on the phase of trying publishing an app on google play, I receive 2 warnings
Here maybe some of you much more advanced than me had the same problem, what do I have to do?
Super thanks in advance

1
There is no deobfuscation file associated with this App Bundle. If you use obfuscated code (R8/proguard), uploading a deobfuscation file will make crashes and ANRs easier to analyze and debug. Using R8/proguard can help reduce app size

2
This App Bundle contains native code, and you’ve not uploaded debug symbols. We recommend you upload a symbol file to make your crashes and ANRs easier to analyze and debug

vote for Unity to fix this

Hi, @unity_418scarlet , we are facing same issue, Did you got any answers?

On Unity, Open Assets → Plugins → launcherTemplate.grandle

Change
release {
minifyEnabled MINIFY_RELEASE
proguardFiles getDefaultProguardFile(‘proguard-android.txt’)SIGNCONFIG
}

To
release {
minifyEnabled true
proguardFiles getDefaultProguardFile(‘proguard-android.txt’)SIGNCONFIG
}