@@ -61,11 +61,11 @@ android {
61
61
}
62
62
63
63
dependencies {
64
- def composeBom = platform(' androidx.compose:compose-bom:2023.10.00 ' )
64
+ def composeBom = platform(' androidx.compose:compose-bom:2023.10.01 ' )
65
65
implementation(composeBom)
66
66
androidTestImplementation(composeBom)
67
67
68
- kapt " androidx.room:room-compiler:2.5.2 "
68
+ kapt " androidx.room:room-compiler:2.6.0 "
69
69
kapt " com.github.bumptech.glide:compiler:4.16.0"
70
70
implementation " androidx.appcompat:appcompat:1.6.1"
71
71
implementation " androidx.constraintlayout:constraintlayout:2.1.4"
@@ -75,9 +75,9 @@ dependencies {
75
75
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2"
76
76
implementation " androidx.navigation:navigation-fragment-ktx:2.7.4"
77
77
implementation " androidx.navigation:navigation-ui-ktx:2.7.4"
78
- implementation " androidx.recyclerview:recyclerview:1.3.1 "
79
- implementation " androidx.room:room-runtime:2.5.2 "
80
- implementation " androidx.room:room-ktx:2.5.2 "
78
+ implementation " androidx.recyclerview:recyclerview:1.3.2 "
79
+ implementation " androidx.room:room-runtime:2.6.0 "
80
+ implementation " androidx.room:room-ktx:2.6.0 "
81
81
implementation " androidx.viewpager2:viewpager2:1.0.0"
82
82
implementation " androidx.work:work-runtime-ktx:2.8.1"
83
83
implementation " com.github.bumptech.glide:glide:4.16.0"
0 commit comments