We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 627b4c8 + 7c18072 commit e1197f7Copy full SHA for e1197f7
1 file changed
app/build.gradle
@@ -101,7 +101,7 @@ ext {
101
checkstyleVersion = '9.2.1'
102
103
androidxLifecycleVersion = '2.3.1'
104
- androidxRoomVersion = '2.4.1'
+ androidxRoomVersion = '2.4.2'
105
106
icepickVersion = '3.2.0'
107
exoPlayerVersion = '2.14.2'
@@ -201,7 +201,7 @@ dependencies {
201
/** AndroidX **/
202
implementation 'androidx.appcompat:appcompat:1.3.1'
203
implementation 'androidx.cardview:cardview:1.0.0'
204
- implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
205
implementation 'androidx.core:core-ktx:1.6.0'
206
implementation 'androidx.documentfile:documentfile:1.0.1'
207
implementation 'androidx.fragment:fragment-ktx:1.3.6'
0 commit comments