I had run this flutter build apk to release my App. Now I had build verison 2 of that.
flutter build apk
Now again I want to release my version 2 App.To get the release apk
I think you need
flutter clean
(I'd consider it a bug that this is necessary, but I'm encountering it as well)
and
flutter build apk --release