Skip to content

Update changelog bottom sheet for 0.3.0-beta#316

Merged
theovilardo merged 4 commits intomasterfrom
codex/update-application-to-version-0.3.0-beta
Oct 28, 2025
Merged

Update changelog bottom sheet for 0.3.0-beta#316
theovilardo merged 4 commits intomasterfrom
codex/update-application-to-version-0.3.0-beta

Conversation

@theovilardo
Copy link
Owner

Summary

  • bump the published version metadata to 0.3.0-beta
  • refresh the in-app changelog bottom sheet with segmented Material 3 styling and an extended GitHub FAB
  • document the 0.3.0-beta release notes in CHANGELOG.md

Testing

  • ./gradlew :app:compileDebugKotlin --console=plain (fails: SDK location not found in CI environment)

https://chatgpt.com/codex/tasks/task_e_690107021860832fb6e8952f3f7ef31c

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment on lines 25 to 26
APP_VERSION_NAME=0.3.0-beta
APP_VERSION_CODE=2

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

@theovilardo theovilardo merged commit d35cf15 into master Oct 28, 2025
@lostf1sh lostf1sh deleted the codex/update-application-to-version-0.3.0-beta branch January 16, 2026 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1 participant