File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
35
35
val progressVersion = " 1.4.4"
36
36
implementation(" androidx.appcompat:appcompat:1.6.0-alpha04" )
37
37
implementation(" com.google.android.material:material:1.6.0" )
38
- implementation(" androidx.constraintlayout:constraintlayout:2.1.3 " )
38
+ implementation(" androidx.constraintlayout:constraintlayout:2.1.4 " )
39
39
testImplementation(" junit:junit:4.13.2" )
40
40
androidTestImplementation(" androidx.test.ext:junit:1.1.3" )
41
41
androidTestImplementation(" androidx.test.espresso:espresso-core:3.4.0" )
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ afterEvaluate {
55
55
dependencies {
56
56
implementation(" androidx.appcompat:appcompat:1.6.0-alpha04" )
57
57
implementation(" com.google.android.material:material:1.6.0" )
58
- implementation(" androidx.constraintlayout:constraintlayout:2.1.3 " )
58
+ implementation(" androidx.constraintlayout:constraintlayout:2.1.4 " )
59
59
testImplementation(" junit:junit:4.13.2" )
60
60
androidTestImplementation(" androidx.test.ext:junit:1.1.3" )
61
61
androidTestImplementation(" androidx.test.espresso:espresso-core:3.4.0" )
You can’t perform that action at this time.
0 commit comments