From 71fac8eed2f7772afc3342898c8d02c6e5eaf770 Mon Sep 17 00:00:00 2001 From: dkhawk <107309+dkhawk@users.noreply.github.com> Date: Thu, 13 Nov 2025 16:27:09 -0700 Subject: [PATCH] chore: Update Compose BOM, AGP, and Google Services plugins This commit updates the following dependencies to their latest versions: - AndroidX Compose BOM to `2025.11.00` - Android Gradle Plugin to `8.13.1` - Google Services to `4.4.4` --- FireMarkers/gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FireMarkers/gradle/libs.versions.toml b/FireMarkers/gradle/libs.versions.toml index 6ec767d5..422e796e 100644 --- a/FireMarkers/gradle/libs.versions.toml +++ b/FireMarkers/gradle/libs.versions.toml @@ -59,7 +59,7 @@ kotlinx-datetime = "0.7.1" # and testing. # ------------------------------------------------------------------------------------------------- androidx-activity-compose = "1.11.0" -androidx-compose-bom = "2025.10.01" +androidx-compose-bom = "2025.11.00" androidx-core-ktx = "1.17.0" androidx-espresso-core = "3.7.0" androidx-hilt-navigation-compose = "1.3.0" @@ -103,8 +103,8 @@ turbine = "1.2.1" # Android Gradle Plugin (AGP), Kotlin plugins, and utility plugins like the Secrets Gradle Plugin # for managing API keys. # ------------------------------------------------------------------------------------------------- -android-gradle-plugin = "8.13.0" -google-services = "4.4.2" +android-gradle-plugin = "8.13.1" +google-services = "4.4.4" ksp = "2.2.20-2.0.4" secrets-gradle-plugin = "2.0.1"