From 139fd80512eee12d91612338e851582f81c1bd8d Mon Sep 17 00:00:00 2001 From: Vadik Sirekanyan Date: Sun, 11 Feb 2024 21:53:36 +0400 Subject: [PATCH] Updated dependencies --- app/build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d868608..1c85a3a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -76,7 +76,7 @@ android { compose = true } composeOptions { - kotlinCompilerExtensionVersion = "1.5.8" + kotlinCompilerExtensionVersion = "1.5.9" } packaging { resources { @@ -89,20 +89,20 @@ dependencies { // compose implementation("androidx.activity:activity-compose:1.8.2") - implementation("androidx.compose.material3:material3:1.1.2") + implementation("androidx.compose.material3:material3:1.2.0") // ktor implementation("io.ktor:ktor-client-okhttp:2.3.8") implementation("io.ktor:ktor-client-content-negotiation:2.3.8") implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.8") - implementation("org.slf4j:slf4j-simple:2.0.11") + implementation("org.slf4j:slf4j-simple:2.0.12") // sqldelight implementation("app.cash.sqldelight:android-driver:2.0.1") implementation("app.cash.sqldelight:coroutines-extensions:2.0.1") // crash reporting - add("playImplementation", "com.google.firebase:firebase-crashlytics:18.6.1") + add("playImplementation", "com.google.firebase:firebase-crashlytics:18.6.2") }