Update changelog bottom sheet for 0.3.0-beta#316
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
gradle.properties
Outdated
| APP_VERSION_NAME=0.3.0-beta | ||
| APP_VERSION_CODE=2 |
There was a problem hiding this comment.
Increment version code with 0.3.0-beta release
The version name was bumped to 0.3.0-beta but APP_VERSION_CODE remains 2, which is the value used for the previous release. On Android the versionCode must strictly increase for every publish; leaving it unchanged will make Play Store (and most installers) treat this build as identical to the last one, preventing users from upgrading. Consider bumping the code to a new integer alongside the name change.
Useful? React with 👍 / 👎.
Summary
Testing
https://chatgpt.com/codex/tasks/task_e_690107021860832fb6e8952f3f7ef31c