closed
Play store bundle error on upload
Hi, I am getting this error on uploading the bundle to the play console.
Version code 29 has already been used. Try another version code.
Help to solve this issue.
in pubspec.yaml file this is the code
name: mightyweb
description: A new Flutter application.
version: 1.0.0+1
Asked 2 years ago on December 7, 2022 8:28 PM Comments 1 times
Angela replied 2 years ago on December 8, 2022 3:45 AM
Hello Kanhaiya,
Please open build.gradle file which is available in the android -> app folder and change the versionCode and versionName values. You can increment the version
- Angela