From b4229f202292f6822cedaffcc69fdaa58f565ea0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 10:00:33 +0000 Subject: [PATCH] fix(deps): update all Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1e3d7626..328d68d8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -127,12 +127,12 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.10.0' implementation 'androidx.activity:activity-compose:1.12.3' implementation 'androidx.compose.ui:ui-viewbinding:1.10.2' - implementation platform('androidx.compose:compose-bom:2025.12.01') + implementation platform('androidx.compose:compose-bom:2026.01.01') implementation 'androidx.compose.ui:ui:1.10.2' implementation 'androidx.compose.ui:ui-graphics:1.10.2' implementation 'androidx.compose.ui:ui-tooling-preview:1.10.2' implementation 'androidx.compose.material3:material3:1.4.0' - androidTestImplementation platform('androidx.compose:compose-bom:2025.12.01') + androidTestImplementation platform('androidx.compose:compose-bom:2026.01.01') androidTestImplementation 'androidx.compose.ui:ui-test-junit4:1.10.2' implementation 'com.jakewharton.threetenabp:threetenabp:1.4.9' diff --git a/build.gradle b/build.gradle index 2ab50ae4..ff6eb26f 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { kotlin_stdlib_version = '1.5.0' android_ktx_version = '1.17.0' work_version = '2.11.1' - agp_version = '8.13.2' + agp_version = '9.0.0' } repositories { google()