Skip to content

Commit

Permalink
Kotlin 2.0.0-Beta04. Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Feb 16, 2024
1 parent b37e70c commit 39f462e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
kotlin = "2.0.0-Beta3"
ksp = "2.0.0-Beta3-1.0.17"
kotlin = "2.0.0-Beta4"
ksp = "2.0.0-Beta4-1.0.17"
androidGradlePlugin = "8.4.0-alpha09"
gradle-toolchainsResolverPlugin = "0.8.0"
appVersioning = "1.3.1"
apollo = "4.0.0-beta.4"
googleServices = "4.4.0"
googleServices = "4.4.1"
wire = "4.9.5"
detekt = "1.23.5"
playPublisher = "3.9.0"
Expand All @@ -14,16 +14,16 @@ nativeCoroutines = "1.0.0-ALPHA-24-kotlin-2.0.0-Beta3"
desugarJdkLibs = "2.0.4"
leakcanary = "2.13"
hilt = "2.50"
kotlinx-coroutines = "1.8.0-RC2"
kotlinx-coroutines = "1.8.0"
kotlinx-datetime = "0.5.0"
firebase-analytics = "21.5.0"
firebase-appDistributionPlugin = "4.0.1"
firebase-remoteConfig = "21.6.0"
firebase-perf = "20.5.1"
firebase-analytics = "21.5.1"
firebase-appDistributionPlugin = "4.1.0"
firebase-remoteConfig = "21.6.1"
firebase-perf = "20.5.2"
firebase-perfPlugin = "1.4.2"
firebase-crashlytics = "18.6.1"
firebase-crashlytics = "18.6.2"
firebase-crashlyticsPlugin = "2.9.9"
androidx-compose-compiler = "1.5.9-dev-k2.0.0-Beta3-7c5ec6895a0"
androidx-compose-compiler = "1.5.11-dev-k2.0.0-Beta4-21f5e479a96"
androidx-compose-ui = "1.7.0-alpha02"
androidx-compose-foundation = "1.7.0-alpha02"
androidx-compose-material3 = "1.2.0"
Expand Down

0 comments on commit 39f462e

Please sign in to comment.