From 8685b1a139ff98e6fc7f619a3330b08a52fd9d73 Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Tue, 25 Feb 2025 16:39:53 +0100 Subject: [PATCH] Update 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 63a6902..7b590dc 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -9,7 +9,7 @@ val keystoreProperties = Properties () keystoreProperties . load ( FileInputStream ( rootProject . file ("keystore.properties") ) ) plugins { - id ("com.android.application") . version ("8.8.0") + id ("com.android.application") . version ("8.8.1") id ("org.jetbrains.kotlin.android") . version ("2.1.10") id ("org.jetbrains.kotlin.plugin.compose") . version ("2.1.10") id ("org.jetbrains.kotlin.plugin.serialization") . version ("2.1.10") @@ -64,9 +64,9 @@ dependencies { implementation ( "androidx.activity" , "activity-compose" , "1.10.0" ) implementation ( "androidx.core" , "core-ktx" , "1.15.0" ) implementation ( "androidx.compose.material3" , "material3" , "1.3.1" ) - implementation ( "androidx.compose.ui" , "ui" , "1.7.7" ) - implementation ( "androidx.compose.ui" , "ui-graphics" , "1.7.7" ) - debugImplementation ( "androidx.compose.ui" , "ui-tooling" , "1.7.7" ) + implementation ( "androidx.compose.ui" , "ui" , "1.7.8" ) + implementation ( "androidx.compose.ui" , "ui-graphics" , "1.7.8" ) + debugImplementation ( "androidx.compose.ui" , "ui-tooling" , "1.7.8" ) implementation ( "androidx.lifecycle" , "lifecycle-runtime-ktx" , "2.8.7" ) implementation ( "org.jetbrains.kotlinx" , "kotlinx-coroutines-android" , "1.10.1" ) implementation ( "org.jetbrains.kotlinx" , "kotlinx-serialization-json" , "1.8.0" )