Play rejected my upload with version code must be higher. I bumped versionName but not versionCode in Gradle.
Please wait
Opening question…
Fetching the latest questions and answers.
Fetching the latest questions and answers.
Play rejected my upload with version code must be higher. I bumped versionName but not versionCode in Gradle.
Play rejected my upload with version code must be higher. I bumped versionName but not versionCode in Gradle.
Google Play compares versionCode (Android) / CFBundleVersion (iOS is separate). In build.gradle.kts set versionCode to an integer strictly greater than the highest version on any track—including internal testing and closed testing. Clean rebuild, upload the new AAB, and verify the Play Console artifact details page shows the new code.
No comments yet — start the conversation.