On Google Play I have my mobile application with version 20220822. Now I try upload new version with symbol 20220904 but my build is refused by Google play. It looks like app version is not changed in .aab bundle.
I change version in file BuildConfig.java to:
public static final int VERSION_CODE = 20220904;
And in pubspec.yaml:
version: 0.2.122+20220904
but my build still is rejected by Google Play. Where I must change build number?
