From e2e51d3a88251173a6d59a9a1c8e686f16d6e7a7 Mon Sep 17 00:00:00 2001 From: mende273 Date: Sun, 24 Mar 2024 00:10:57 +0100 Subject: [PATCH] update dependencies --- app/build.gradle.kts | 4 ++-- build.gradle.kts | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d899ef8..4f7f727 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -73,7 +73,7 @@ android { } composeOptions { - kotlinCompilerExtensionVersion = "1.5.7" + kotlinCompilerExtensionVersion = "1.5.10" } packaging { @@ -94,7 +94,7 @@ dependencies { // compose implementation("androidx.activity:activity-compose:1.8.2") implementation("androidx.compose.material3:material3:1.2.1") - platform("androidx.compose:compose-bom:2024.02.01") + platform("androidx.compose:compose-bom:2024.03.00") implementation("androidx.compose.ui:ui") implementation("androidx.compose.ui:ui-graphics") implementation("androidx.compose.ui:ui-tooling-preview") diff --git a/build.gradle.kts b/build.gradle.kts index 16ef28c..3909895 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.3.0" apply false - id("com.android.library") version "8.3.0" apply false - id("org.jetbrains.kotlin.android") version "1.9.21" apply false + id("com.android.application") version "8.3.1" apply false + id("com.android.library") version "8.3.1" apply false + id("org.jetbrains.kotlin.android") version "1.9.22" apply false id("com.google.dagger.hilt.android") version "2.48" apply false - id("com.google.devtools.ksp") version "1.9.21-1.0.15" apply false + id("com.google.devtools.ksp") version "1.9.22-1.0.16" apply false } \ No newline at end of file