Skip to content

Commit 71fac8e

Browse files
committed
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`
1 parent 76ba440 commit 71fac8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FireMarkers/gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ kotlinx-datetime = "0.7.1"
5959
# and testing.
6060
# -------------------------------------------------------------------------------------------------
6161
androidx-activity-compose = "1.11.0"
62-
androidx-compose-bom = "2025.10.01"
62+
androidx-compose-bom = "2025.11.00"
6363
androidx-core-ktx = "1.17.0"
6464
androidx-espresso-core = "3.7.0"
6565
androidx-hilt-navigation-compose = "1.3.0"
@@ -103,8 +103,8 @@ turbine = "1.2.1"
103103
# Android Gradle Plugin (AGP), Kotlin plugins, and utility plugins like the Secrets Gradle Plugin
104104
# for managing API keys.
105105
# -------------------------------------------------------------------------------------------------
106-
android-gradle-plugin = "8.13.0"
107-
google-services = "4.4.2"
106+
android-gradle-plugin = "8.13.1"
107+
google-services = "4.4.4"
108108
ksp = "2.2.20-2.0.4"
109109
secrets-gradle-plugin = "2.0.1"
110110

0 commit comments

Comments
 (0)