Skip to content

Commit b2b5655

Browse files
committed
Chore: Update dependencies
Signed-off-by: imknown <imknown@qq.com>
1 parent 767349f commit b2b5655

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle/toml/android.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[versions]
33
androidGradlePlugin = "8.9.0"
44
androidGradlePlugin-beta = "8.10.0-beta01"
5-
androidGradlePlugin-canary = "8.11.0-alpha01"
5+
androidGradlePlugin-canary = "8.11.0-alpha02"
66

77
# https://developer.android.com/studio/write/java8-support#library-desugaring
88
# https://maven.google.com/web/index.html?q=desugar_jdk_libs

gradle/toml/google.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
googleServices-gradlePlugin = "4.4.2"
66

77
# https://firebase.google.com/docs/android/learn-more#bom
8-
firebase-bom = "33.10.0"
8+
firebase-bom = "33.11.0"
99

1010
# https://firebase.google.com/docs/crashlytics/get-started?platform=android
1111
# https://firebase.google.com/docs/crashlytics/ndk-reports

gradle/toml/kotlin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
# https://github.com/JetBrains/kotlin/releases
3-
kotlin = "2.1.20-RC3"
3+
kotlin = "2.1.20"
44
kotlin-beta = "2.1.20-Beta2"
55

66
# https://github.com/Kotlin/kotlinx.coroutines/releases

0 commit comments

Comments
 (0)