android: update constraintlayout to 2.1.4

This commit is contained in:
Shawn Hoffman 2022-05-28 22:36:16 -07:00
parent bb2a3d35b0
commit ead78cc7e6
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ dependencies {
implementation 'androidx.exifinterface:exifinterface:1.3.3'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.4.1'
implementation 'androidx.fragment:fragment:1.4.1'
implementation 'androidx.slidingpanelayout:slidingpanelayout:1.2.0'