Skip to content

Commit 993042f

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

5 files changed

Lines changed: 10 additions & 10 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"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
44
networkTimeout=10000
55
retries=0
66
retryBackOffMs=500

gradlew

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)