From d9480f80dd2233d812b5039d9eb0c91ae597bf8d Mon Sep 17 00:00:00 2001 From: Sven Jacobs Date: Thu, 30 May 2024 11:21:35 +0200 Subject: [PATCH] chore: update dependencies (#406) --- gradle/libs.versions.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 964dce92..dae93a8d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,16 +2,16 @@ android-gradle-plugin = "8.4.1" androidx-activity = "1.9.0" androidx-compose-bom = "2024.05.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping -androidx-lifecycle = "2.8.0" +androidx-lifecycle = "2.8.1" kotest = "5.9.0" kotlin = "2.0.0" kotlinx-coroutines = "1.8.1" -mikepenz-aboutlibraries = "11.1.4" +mikepenz-aboutlibraries = "11.2.1" [libraries] android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref = "android-gradle-plugin" } androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" } -androidx-appcompat = "androidx.appcompat:appcompat:1.6.1" +androidx-appcompat = "androidx.appcompat:appcompat:1.7.0" androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "androidx-compose-bom" } androidx-compose-material3 = { module = "androidx.compose.material3:material3" } androidx-compose-material3-window-size = { module = "androidx.compose.material3:material3-window-size-class" } @@ -25,13 +25,12 @@ androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-ru androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" } androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" } androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" } -androidx-navigation-compose = "androidx.navigation:navigation-compose:2.8.0-beta01" +androidx-navigation-compose = "androidx.navigation:navigation-compose:2.8.0-beta02" androidx-startup-runtime = "androidx.startup:startup-runtime:1.1.1" -chrisbanes-compose-bom-alpha = "dev.chrisbanes.compose:compose-bom:2024.05.00-alpha02" +chrisbanes-compose-bom-alpha = "dev.chrisbanes.compose:compose-bom:2024.05.00-alpha03" facebook-stetho = "com.facebook.stetho:stetho:1.6.0" jakewharton-timber = "com.jakewharton.timber:timber:5.0.1" kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" } -kotest-framework-api-jvm = { module = "io.kotest:kotest-framework-api-jvm", version.ref = "kotest" } kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" } kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" } kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }