File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ android {
62
62
}
63
63
64
64
dependencies {
65
- def room_version = ' 2.7.0 '
65
+ def room_version = ' 2.7.1 '
66
66
67
67
implementation " androidx.room:room-runtime:$room_version "
68
68
ksp(" androidx.room:room-compiler:$room_version " )
@@ -73,7 +73,7 @@ dependencies {
73
73
implementation ' androidx.activity:activity-compose:1.10.1'
74
74
implementation " androidx.compose.ui:ui:$compose_ui_version "
75
75
implementation " androidx.compose.ui:ui-tooling-preview:$compose_ui_version "
76
- implementation ' androidx.compose.material:material:1.7.8 '
76
+ implementation ' androidx.compose.material:material:1.8.0 '
77
77
testImplementation ' junit:junit:4.13.2'
78
78
androidTestImplementation ' androidx.test.ext:junit:1.2.1'
79
79
androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1'
Original file line number Diff line number Diff line change 16
16
17
17
buildscript {
18
18
ext {
19
- compose_ui_version = ' 1.7.8 '
19
+ compose_ui_version = ' 1.8.0 '
20
20
}
21
21
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
22
plugins {
You can’t perform that action at this time.
0 commit comments