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()