Skip to content

Commit fef2227

Browse files
Merge pull request #170 from techinessoverloaded/dependabot/gradle/androidx.constraintlayout-constraintlayout-2.2.0
Bump androidx.constraintlayout:constraintlayout from 2.1.4 to 2.2.0
2 parents cf9a61d + 5e72f08 commit fef2227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

progressdialoglibrary/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ afterEvaluate {
5555
dependencies {
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")

0 commit comments

Comments
 (0)