Browse Source

Kotlin 1.9.21 and compose compiler 1.5.7

pull/2117/head
Benoit Marty 9 months ago committed by Benoit Marty
parent
commit
6ae5d7af1c
  1. 6
      gradle/libs.versions.toml

6
gradle/libs.versions.toml

@ -6,8 +6,8 @@
# Warning: version 8.2.0 is leading https://github.com/element-hq/element-x-android/issues/1971 # Warning: version 8.2.0 is leading https://github.com/element-hq/element-x-android/issues/1971
# which will only occurs in release mode, and so will not be detected by Maestro # which will only occurs in release mode, and so will not be detected by Maestro
android_gradle_plugin = "8.1.4" android_gradle_plugin = "8.1.4"
kotlin = "1.9.20" kotlin = "1.9.21"
ksp = "1.9.20-1.0.14" ksp = "1.9.21-1.0.16"
firebaseAppDistribution = "4.0.1" firebaseAppDistribution = "4.0.1"
# AndroidX # AndroidX
@ -21,7 +21,7 @@ media3 = "1.2.0"
# Compose # Compose
compose_bom = "2023.10.01" compose_bom = "2023.10.01"
composecompiler = "1.5.4" composecompiler = "1.5.7"
# Coroutines # Coroutines
coroutines = "1.7.3" coroutines = "1.7.3"

Loading…
Cancel
Save