File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ dependencies {
136136 implementation(" com.squareup.retrofit2:converter-gson:2.9.0" )
137137
138138 // Room
139- val roomVersion = " 2.4.1 "
139+ val roomVersion = " 2.4.2 "
140140 implementation(" androidx.room:room-runtime:$roomVersion " )
141141 kapt(" androidx.room:room-compiler:$roomVersion " )
142142 implementation(" androidx.room:room-ktx:$roomVersion " )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030 implementation(" com.squareup.retrofit2:converter-gson:2.9.0" )
3131
3232 // Room
33- val roomVersion = " 2.4.1 "
33+ val roomVersion = " 2.4.2 "
3434 implementation(" androidx.room:room-runtime:$roomVersion " )
3535 kapt(" androidx.room:room-compiler:$roomVersion " )
3636 implementation(" androidx.room:room-ktx:$roomVersion " )
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
4545 implementation(" androidx.lifecycle:lifecycle-livedata-ktx:$lifecycleVersion " )
4646
4747 // Room
48- val roomVersion = " 2.4.1 "
48+ val roomVersion = " 2.4.2 "
4949 implementation(" androidx.room:room-runtime:$roomVersion " )
5050 kapt(" androidx.room:room-compiler:$roomVersion " )
5151 implementation(" androidx.room:room-ktx:$roomVersion " )
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies {
4747 implementation(" androidx.lifecycle:lifecycle-livedata-ktx:$lifecycleVersion " )
4848
4949 // Room
50- val roomVersion = " 2.4.1 "
50+ val roomVersion = " 2.4.2 "
5151 implementation(" androidx.room:room-runtime:$roomVersion " )
5252 kapt(" androidx.room:room-compiler:$roomVersion " )
5353 implementation(" androidx.room:room-ktx:$roomVersion " )
You can’t perform that action at this time.
0 commit comments