Skip to content

Commit ffd3b29

Browse files
fix(deps): apply minor dependency updates
1 parent d0da5d5 commit ffd3b29

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ plugins {
33
alias(libs.plugins.android.application) apply false
44
alias(libs.plugins.kotlin.android) apply false
55
alias(libs.plugins.kotlin.compose) apply false
6-
id("com.google.gms.google-services") version "4.4.4" apply false
6+
id("com.google.gms.google-services") version "4.5.0" apply false
77
alias(libs.plugins.google.firebase.crashlytics) apply false
88
}

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ activityCompose = "1.13.0"
33
agp = "9.2.1"
44
appcompat = "1.7.1"
55
appUpdateKtx = "2.1.0"
6-
composeBom = "2026.05.01"
6+
composeBom = "2026.06.00"
77
coreKtx = "1.19.0"
88
coreSplashscreenVersion = "1.2.0"
99
datastorePreferencesCore = "1.2.1"
1010
espressoCore = "3.7.0"
11-
firebaseBom = "34.14.0"
11+
firebaseBom = "34.15.0"
1212
firebaseAnalytics = "23.2.0"
1313
firebaseCrashlytics = "20.0.6"
1414
googleFirebaseCrashlytics = "3.0.7"
1515
junit = "4.13.2"
1616
junitVersion = "1.3.0"
1717
kotlin = "2.4.0"
1818
kotlinxSerializationJson = "1.11.0"
19-
lifecycleRuntimeKtx = "2.10.0"
20-
lifecycleViewmodelCompose = "2.10.0"
19+
lifecycleRuntimeKtx = "2.11.0"
20+
lifecycleViewmodelCompose = "2.11.0"
2121
localbroadcastmanager = "1.1.0"
2222
material = "1.14.0"
2323
navigationCompose = "2.9.8"

0 commit comments

Comments
 (0)