Skip to content

Commit 1cae49e

Browse files
Update all dependencies (#132)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 73aaf09 commit 1cae49e

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
@@ -69,11 +69,11 @@ dependencies {
6969
implementation "androidx.room:room-ktx:$room_version"
7070

7171
implementation 'androidx.core:core-ktx:1.16.0'
72-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
72+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.0'
7373
implementation 'androidx.activity:activity-compose:1.10.1'
7474
implementation "androidx.compose.ui:ui:$compose_ui_version"
7575
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"
76-
implementation 'androidx.compose.material:material:1.8.0'
76+
implementation 'androidx.compose.material:material:1.8.1'
7777
testImplementation 'junit:junit:4.13.2'
7878
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
7979
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
buildscript {
1818
ext {
19-
compose_ui_version = '1.8.0'
19+
compose_ui_version = '1.8.1'
2020
}
2121
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
2222
plugins {

0 commit comments

Comments
 (0)