Skip to content

Commit 9ecbcfd

Browse files
fix(deps): update all
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 33b7f70 commit 9ecbcfd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ dependencies {
127127
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.10.0'
128128
implementation 'androidx.activity:activity-compose:1.12.1'
129129
implementation 'androidx.compose.ui:ui-viewbinding:1.10.0'
130-
implementation platform('androidx.compose:compose-bom:2025.12.00')
130+
implementation platform('androidx.compose:compose-bom:2026.01.00')
131131
implementation 'androidx.compose.ui:ui:1.10.0'
132132
implementation 'androidx.compose.ui:ui-graphics:1.10.0'
133133
implementation 'androidx.compose.ui:ui-tooling-preview:1.10.0'
134134
implementation 'androidx.compose.material3:material3:1.4.0'
135-
androidTestImplementation platform('androidx.compose:compose-bom:2025.12.00')
135+
androidTestImplementation platform('androidx.compose:compose-bom:2026.01.00')
136136
androidTestImplementation 'androidx.compose.ui:ui-test-junit4:1.10.0'
137137

138138
implementation 'com.jakewharton.threetenabp:threetenabp:1.4.9'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
kotlin_stdlib_version = '1.5.0'
1111
android_ktx_version = '1.17.0'
1212
work_version = '2.11.0'
13-
agp_version = '8.13.2'
13+
agp_version = '9.0.0'
1414
}
1515
repositories {
1616
google()

0 commit comments

Comments
 (0)