I'm trying to upload the flutter app to the google play store, but it won't let me upload the aab file. The error is saying "You uploaded an APK or Android App Bundle that was signed in debug mode. You need to sign your APK or Android App Bundle in release mode. " and I changed my code like below.
So I changed signinConfigs to release, but getting the same error...
Also, one of the tutorials has a bundle file, which includes a release file and aab file. (https://youtu.be/zHtco9_Aw7I). But my file structure is something like below. I'm not sure I'm doing correctly or not...
Also, which file should be added on google play console? I used app.apk but didn't work.