Skip to content

Commit 7c18072

Browse files
committed
Update ConstraintLayout, Room libraries
1 parent ffba1d5 commit 7c18072

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ ext {
101101
checkstyleVersion = '9.2.1'
102102

103103
androidxLifecycleVersion = '2.3.1'
104-
androidxRoomVersion = '2.4.1'
104+
androidxRoomVersion = '2.4.2'
105105

106106
icepickVersion = '3.2.0'
107107
exoPlayerVersion = '2.14.2'
@@ -201,7 +201,7 @@ dependencies {
201201
/** AndroidX **/
202202
implementation 'androidx.appcompat:appcompat:1.3.1'
203203
implementation 'androidx.cardview:cardview:1.0.0'
204-
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
204+
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
205205
implementation 'androidx.core:core-ktx:1.6.0'
206206
implementation 'androidx.documentfile:documentfile:1.0.1'
207207
implementation 'androidx.fragment:fragment-ktx:1.3.6'

0 commit comments

Comments
 (0)