Release v1.20#437
Merged
Merged
Conversation
- Bump version code from 24 to 25 - Bump version name from 1.19 to 1.20 - Update release notes with Metro 1.0.0-RC2 upgrade details
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the v1.20 app release by bumping the Android app version metadata and adding the corresponding Google Play “What’s New” entry.
Changes:
- Bumped
versionCodeto 25 andversionNameto 1.20. - Added Google Play release notes section for v1.20.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| project-resources/google-play/release-notes.md | Adds the v1.20 release notes entry for Play Store “What’s New”. |
| app/build.gradle.kts | Updates app versionCode / versionName for the v1.20 release. |
| ## Release v1.20 | ||
| - ⚒️ Upgraded Metro DI framework to 1.0.0-RC2 for improved API stability and performance. | ||
| - 🎯 Improved stability with latest dependency updates (AGP 9.1.1, Gradle 9.4.1). | ||
| - 🐞 Fixed DI multi-binding issue from previous release. |
There was a problem hiding this comment.
Release notes entry says "Fixed DI multi-binding issue from previous release". This will become ambiguous over time; please reference the specific version (e.g., v1.19) or the concrete issue/fix so users know what changed in v1.20.
Suggested change
| - 🐞 Fixed DI multi-binding issue from previous release. | |
| - 🐞 Fixed the DI multi-binding regression introduced in v1.19 that could cause app launch crashes for some users. |
Code Coverage Report |
📊 APK Size AnalysisComparing Generated by Diffuse via diffuse-action |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v1.20
Version: 1.20 (versionCode: 25)
Changes
Build Verification
✅
./gradlew clean assembleRelease- BUILD SUCCESSFUL in 58sRelease Checklist
Next Steps
maingit tag -a v1.20 -m "Release v1.20"