Release 3.4.3 (342006) - #29
Merged
Merged
Conversation
- Bump versionName to 3.4.3 and versionCode to 342006 - Update baseline profile / benchmark plugin 1.5.0-alpha07 -> 1.5.0-beta01 - Update ben-manes versions plugin 0.54.0 -> 0.58.0 - Update Gradle wrapper 9.5.0 -> 9.6.1 - Regenerate release baseline profile on device App dependencies were reviewed against `dependencyUpdates`; all are already on their latest stable versions, so only the low-risk build tooling was bumped for this stability patch (remaining updates are alpha/beta/rc and were held back). Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Release-prep PR for CarWidget 3.4.3 (342006), updating build tooling and committing freshly regenerated release baseline profiles.
Changes:
- Bump app version to 3.4.3 / 342006.
- Update build tooling versions (Gradle wrapper + versions plugin) and benchmark plugin version in the version catalog.
- Commit regenerated release baseline profiles.
Reviewed changes
Copilot reviewed 5 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| gradlew.bat | Updates Windows Gradle wrapper script (but currently has non-terminating error branches). |
| gradlew | Comment-only adjustments to POSIX Gradle wrapper script header. |
| gradle/wrapper/gradle-wrapper.properties | Gradle wrapper distribution updated to 9.6.1 and adds wrapper download retry settings. |
| gradle/libs.versions.toml | Bumps benchmark/baseline-profile plugin version to 1.5.0-beta01. |
| build.gradle.kts | Updates ben-manes versions plugin to 0.58.0. |
| app/src/release/generated/baselineProfiles/startup-prof.txt | Updated generated startup baseline profile rules for release build. |
| app/src/release/generated/baselineProfiles/baseline-prof.txt | Updated generated baseline profile rules for release build. |
| app/build.gradle.kts | Bumps app versionCode/versionName to 342006 / 3.4.3. |
Suppressed comments (1)
gradlew.bat:68
- Same issue as above: after detecting an invalid
JAVA_HOME, the script sets an errorlevel but then falls through to:executeand tries to run anyway. This should terminate the script after emitting the error.
"%COMSPEC%" /c exit 1
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 3.4.3 (342006)
Prepared from
main(which already includes PR #28 — Play vitals-crash hardening).Changes
versionName3.4.2 → 3.4.3,versionCode342005 → 3420061.5.0-alpha07→1.5.0-beta010.54.0→0.58.09.5.0→9.6.1Dependencies
Reviewed via
./gradlew dependencyUpdates. All app/library dependencies are already on their latest stable versions; the only newer versions available are pre-release (appcompat1.8.0-rc01, compose1.12.0-rc01, material3/nav3/window/annotation/palette alphas, AGP9.4.0-alpha07, Kotlin2.4.20-Beta2) and were intentionally held back for this stability patch.Verification
:app:assembleDebug+ app unit tests ✅:app:generateBaselineProfileon device (CPH2653, Android 16) ✅ — ~20,070 rules, 99.8% stable vs the prior run:app:bundleRelease✅ — signed AAB (jar verified, 9.93 MB)Follow-up