Version Code not changing
In my appBundle version code is not changing even after changing the code in pubspec.yaml
version: 1.0.0+4
But its showing the same error while uploading the app in the google playstore.
What to do now. I can change the version code from the android file in the build.gradle
->.
defaultConfig {
...
....
versionCode 4
versionName flutterVersionName
....
}
But I want to change it from the pubspec.yaml
.