Skip to content

build(deps): bump agp from 9.3.2 to 9.4.0 - #1421

Merged
bmc08gt merged 1 commit into
code/cashfrom
build/agp-9.4.0
Sep 5, 2026
Merged

build(deps): bump agp from 9.3.2 to 9.4.0#1421
bmc08gt merged 1 commit into
code/cashfrom
build/agp-9.4.0

Conversation

@bmc08gt

@bmc08gt bmc08gt commented Sep 5, 2026

Copy link
Copy Markdown
Collaborator

Replaces #1413. Dependabot opened that PR for the same bump, then closed it in response to a @dependabot rebase with "Looks like these dependencies are up-to-date now, so this is no longer needed." It was evaluating its own branch, which already carried 9.4.0, rather than the base. code/cash is on 9.3.2 and com.android.tools.build:gradle:9.4.0 is published, so the bump still applies. A @dependabot reopen did not bring it back, hence this branch.

The change is the agp version in the catalog, which drives com.android.application, com.android.library, com.android.kotlin.multiplatform.library and com.android.tools.build:gradle.

:apps:flipcash:app:bundleRelease links and shrinks off this branch, with minifyReleaseWithR8 executing rather than resolving up to date. That is worth doing by hand for an AGP bump: flipcash_tests builds flipcashTestDebug and lintDebug only, so CI never exercises R8, and this project sets android.enableR8.fullMode=true. The build emits the same warning set as 9.3.2 — six pre-existing package-attribute manifest notices, nothing new — and the bundle is 14KB larger, which is noise rather than a shrinking regression.

Worth noting that #1408 landed between Dependabot's PR and this one, so this branch is the first release build covering AGP 9.4.0 together with androidx-benchmark-macro 1.5.0-rc02. The two share a plugin surface through androidx.baselineprofile, which the app module applies.

Dependabot opened #1413 for this, then closed it when asked to rebase,
saying the dependency was up to date. It was reading its own branch rather
than the base: code/cash is on 9.3.2 and 9.4.0 is published, so the bump
still applies. Redoing it by hand rather than fighting the bot.

A release bundle off this branch links and shrinks. That matters more than
usual here, because CI builds debug only and never runs R8, which this
project uses in full mode.
@bmc08gt bmc08gt self-assigned this Sep 5, 2026
@github-actions github-actions Bot added area: build-system Gradle, convention plugins, build-logic type: build Build system, Gradle, dependencies labels Sep 5, 2026
@bmc08gt
bmc08gt merged commit 90f881d into code/cash Sep 5, 2026
4 checks passed
@bmc08gt
bmc08gt deleted the build/agp-9.4.0 branch September 5, 2026 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: build-system Gradle, convention plugins, build-logic type: build Build system, Gradle, dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant