diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index dc0bb08..6a1dbed 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ androidGradlePlugin = "8.2.0" androidxActivity = "1.8.2" androidxComposeBom = "2023.10.01" -androidxComposeCompiler = "1.5.7" +androidxComposeCompiler = "1.5.8" androidxCore = "1.12.0" androidxHilt = "1.1.0" androidxLifecycle = "2.6.2" @@ -14,8 +14,8 @@ androidxTestRunner = "1.5.2" coroutines = "1.7.3" hilt = "2.50" junit = "4.13.2" -kotlin = "1.9.21" -ksp = "1.9.21-1.0.16" +kotlin = "1.9.22" +ksp = "1.9.22-1.0.16" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }