@@ -64,21 +64,21 @@ android {
64
64
}
65
65
66
66
dependencies {
67
- def room_version = ' 2.4.3 '
67
+ def room_version = ' 2.6.1 '
68
68
69
69
implementation " androidx.room:room-runtime:$room_version "
70
70
kapt " androidx.room:room-compiler:$room_version "
71
71
implementation " androidx.room:room-ktx:$room_version "
72
72
73
- implementation ' androidx.core:core-ktx:1.7 .0'
74
- implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.3.1 '
75
- implementation ' androidx.activity:activity-compose:1.3.1 '
73
+ implementation ' androidx.core:core-ktx:1.15 .0'
74
+ implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 '
75
+ implementation ' androidx.activity:activity-compose:1.9.3 '
76
76
implementation " androidx.compose.ui:ui:$compose_ui_version "
77
77
implementation " androidx.compose.ui:ui-tooling-preview:$compose_ui_version "
78
- implementation ' androidx.compose.material:material:1.1.1 '
78
+ implementation ' androidx.compose.material:material:1.7.5 '
79
79
testImplementation ' junit:junit:4.13.2'
80
- androidTestImplementation ' androidx.test.ext:junit:1.1.3 '
81
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0 '
80
+ androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
81
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1 '
82
82
androidTestImplementation " androidx.compose.ui:ui-test-junit4:$compose_ui_version "
83
83
debugImplementation " androidx.compose.ui:ui-tooling:$compose_ui_version "
84
84
debugImplementation " androidx.compose.ui:ui-test-manifest:$compose_ui_version "
0 commit comments