From c3dc5a1a745cb370850ffc677f9808d54ac27ffd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 07:32:32 +0000 Subject: [PATCH] Update all dependencies --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 22e784e..cf4bf93 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -66,8 +66,8 @@ timber = { module = "com.jakewharton.timber:timber", version = "5.0.1" } androidx-test-junit4 = { module = "androidx.test.ext:junit", version = "1.1.5" } androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.5.1" } -androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.8.2" } -androidx-core = { module = "androidx.core:core-ktx", version = "1.12.0" } +androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.0" } +androidx-core = { module = "androidx.core:core-ktx", version = "1.13.0" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" } androidx-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.6.2" } androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }