From 1f81d4286c37fe0be761cfbbf33345042a83389d Mon Sep 17 00:00:00 2001 From: Brandon McAnsh Date: Sat, 5 Sep 2026 13:15:50 -0400 Subject: [PATCH] build(deps): bump agp from 9.3.2 to 9.4.0 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. --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 94555670a..1822713f3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ kotlinx-serialization = "1.11.0" kotlinx-datetime = "0.8.0" kover = "0.9.9" -agp = "9.3.2" +agp = "9.4.0" kmmbridge = "1.2.1" google-services = "4.5.0"