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 {
3535 val progressVersion = " 1.5.1"
3636 implementation(" androidx.appcompat:appcompat:1.7.0-alpha03" )
3737 implementation(" com.google.android.material:material:1.11.0" )
38- implementation(" androidx.constraintlayout:constraintlayout:2.1.4 " )
38+ implementation(" androidx.constraintlayout:constraintlayout:2.2.0 " )
3939 testImplementation(" junit:junit:4.13.2" )
4040 androidTestImplementation(" androidx.test.ext:junit:1.2.1" )
4141 androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ afterEvaluate {
5555dependencies {
5656 implementation(" androidx.appcompat:appcompat:1.7.0-alpha03" )
5757 implementation(" com.google.android.material:material:1.11.0" )
58- implementation(" androidx.constraintlayout:constraintlayout:2.1.4 " )
58+ implementation(" androidx.constraintlayout:constraintlayout:2.2.0 " )
5959 testImplementation(" junit:junit:4.13.2" )
6060 androidTestImplementation(" androidx.test.ext:junit:1.2.1" )
6161 androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
You can’t perform that action at this time.
0 commit comments