diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 03952cf8..4ee0984f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ androidxCoreKtx = "1.18.0" # Increasing androidxActivityKtx or lifecycleRuntimeKtx will require us to upgrade the minSdk androidxActivityKtx = "1.13.0" lifecycleRuntimeKtx = "2.10.0" -kotlin = "2.3.21" +kotlin = "2.4.0" kotlinxCoroutines = "1.11.0" material = "1.14.0" androidxStartup = "1.2.0"