I'm trying to upload a .apk of my app to the google play console. When I run flutter build apk
and upload it, I get an error because the SHA1 Key from the uploaded .apk is different from the SHA1 key from a previously uploaded .apk.
Previously I build an appbundle in Android Studio where I had to create a KeyStore, that was the first version I uploaded to the play console.
So how can I change the SHA1 key used when running flutter build apk
to the one I used previously?