From 9ecbcfdbe56e633b2f4535d422326afd17ef21b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 20:56:20 +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 2c646bc0..a78bdb62 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.1' implementation 'androidx.compose.ui:ui-viewbinding:1.10.0' - implementation platform('androidx.compose:compose-bom:2025.12.00') + implementation platform('androidx.compose:compose-bom:2026.01.00') implementation 'androidx.compose.ui:ui:1.10.0' implementation 'androidx.compose.ui:ui-graphics:1.10.0' implementation 'androidx.compose.ui:ui-tooling-preview:1.10.0' implementation 'androidx.compose.material3:material3:1.4.0' - androidTestImplementation platform('androidx.compose:compose-bom:2025.12.00') + androidTestImplementation platform('androidx.compose:compose-bom:2026.01.00') androidTestImplementation 'androidx.compose.ui:ui-test-junit4:1.10.0' implementation 'com.jakewharton.threetenabp:threetenabp:1.4.9' diff --git a/build.gradle b/build.gradle index 6f9fd2eb..2a44af38 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.0' - agp_version = '8.13.2' + agp_version = '9.0.0' } repositories { google()