diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 28cc67d..62ad3a0 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -94,7 +94,7 @@ android { buildConfig = true } composeOptions { - kotlinCompilerExtensionVersion = "1.5.7" + kotlinCompilerExtensionVersion = "1.5.8" } packaging { resources { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 541c4c7..94f1df5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] activityCompose = "1.8.2" -androidGradlePlugin = "8.3.0-beta01" +androidGradlePlugin = "8.2.1" baselineProfile = "1.2.2" benchmarkMacroJunit4 = "1.2.2" browser = "1.7.0" @@ -15,15 +15,15 @@ googleServices = "4.4.0" junit = "4.13.2" junitVersion = "1.1.5" koinAndroid = "3.5.3" -kotlin = "1.9.21" +kotlin = "1.9.22" kotlinx-datetime = "0.5.0" -ksp = "1.9.21-1.0.16" -lifecycleViewmodelCompose = "2.6.2" +ksp = "1.9.22-1.0.16" +lifecycleViewmodelCompose = "2.7.0" loggingInterceptor = "4.12.0" moshiKotlin = "1.15.0" navigationCompose = "2.7.6" orbitViewmodel = "6.1.0" -pluto = "2.2.0" +pluto = "2.2.1" profileinstaller = "1.3.1" retrofit = "2.9.0" roomRuntime = "2.6.1"