Erorr gradle compilation; R8Enabled VS android.bundle.enableUncompressedNativeLibs

Hi, I’m dealing with an error at building for Android,

Without touching anything, it gives my this error (I’ve tried with SDK 30,31,32, all the same)

WARNING: The option 'android.enableR8' is deprecated and should not be used anymore.
It will be removed in a future version of the Android Gradle plugin, and will no longer allow you to disable R8.```

Following [this](https://answers.unity.com/questions/1846144/how-to-remove-androidenabler8-from-the-project.html?page=1&pageSize=5&sort=votes) thread:
I've changed the Custom Gradle Properties Template to either versions
com.android.tools.build:gradle:3.4.0
and
com.android.tools.build:gradle:3.4.3

And in both cases the NEW error is the following:

WARNING: The option setting ‘android.bundle.enableUncompressedNativeLibs=false’ is experimental and unsupported.
The current default is ‘true’.


Can someone help me to build the app?

The signing key was wrong, once I set the key/alias/password correctly this error dissapeared.

Thank you for posting your solution, fixed it for me as well.