Browse Source

Update kotlin (#2821)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
feature/fga/update_compose_foundation_material3_beta
renovate[bot] 4 months ago committed by GitHub
parent
commit
96b627f00a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      gradle/libs.versions.toml

10
gradle/libs.versions.toml

@ -4,8 +4,8 @@
[versions] [versions]
# Project # Project
android_gradle_plugin = "8.3.2" android_gradle_plugin = "8.3.2"
kotlin = "1.9.23" kotlin = "1.9.24"
ksp = "1.9.23-1.0.20" ksp = "1.9.24-1.0.20"
firebaseAppDistribution = "5.0.0" firebaseAppDistribution = "5.0.0"
# AndroidX # AndroidX
@ -24,10 +24,10 @@ media3 = "1.3.1"
# Compose # Compose
compose_bom = "2024.05.00" compose_bom = "2024.05.00"
composecompiler = "1.5.13" composecompiler = "1.5.14"
# Coroutines # Coroutines
coroutines = "1.8.0" coroutines = "1.8.1"
# Accompanist # Accompanist
accompanist = "0.34.0" accompanist = "0.34.0"
@ -37,7 +37,7 @@ test_core = "1.5.0"
#other #other
coil = "2.6.0" coil = "2.6.0"
datetime = "0.5.0" datetime = "0.6.0"
dependencyAnalysis = "1.31.0" dependencyAnalysis = "1.31.0"
serialization_json = "1.6.3" serialization_json = "1.6.3"
showkase = "1.0.2" showkase = "1.0.2"

Loading…
Cancel
Save