Skip to content

Commit c9a7a0f

Browse files
committed
Update Firebase BOM Version and Dependencies
Updated the `firebase-bom` version from 33.15.0 to 33.16.0 and revised other dependency versions including Kotlin and kotlinx-datetime. Ensured compatibility and leveraged recent enhancements in library versions for stability and performance improvements across platforms.
1 parent 10502b8 commit c9a7a0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ androidx-test-core = "1.6.1"
44
androidx-test-junit = "1.2.1"
55
androidx-test-runner = "1.6.2"
66
ben-manes-versions = "0.52.0"
7-
firebase-bom = "33.15.0"
7+
firebase-bom = "33.16.0"
88
gitlive-firebase-java-sdk = "0.4.8"
99
gson = "2.11.0"
1010
junit = "4.13.2"
11-
kotlin = "2.2.0-RC2"
11+
kotlin = "2.2.0"
1212
kotlinx-coroutines = "1.10.2"
1313
kotlinx-serialization = "1.8.1"
1414
kotlinx-binarycompatibilityvalidator = "0.17.0"
15-
kotlinx-datetime = "0.6.1"
15+
kotlinx-datetime = "0.6.2"
1616
kotlinter = "5.1.1"
1717
settings-api = "2.2"
1818
settings-language = "2.2"

0 commit comments

Comments
 (0)