I´m writing a flutter application and it is currently on version 0.7.0, I already specified the version in pubspec.yaml
and the Debug APK is already on the updated version, but the release APK it´s not updating, even after 'flutter build apk' or 'flutter run --release'.
Release APK:
As you can see on the image the Version name is 0.6.0 instead of 0.7.0
Debug APK:
In debug apk the version is 0.7.0
pubspec.yaml:
- Project repository in github