From aa435f50617d90ddf26364fb335b7d35c30041e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 02:27:01 +0000 Subject: [PATCH] Bump androidx.constraintlayout:constraintlayout from 2.1.4 to 2.2.0 Bumps androidx.constraintlayout:constraintlayout from 2.1.4 to 2.2.0. --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 39bf80f75..bad0b931d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -124,7 +124,7 @@ dependencies { implementation(fileTree("include" to arrayOf("*.jar", "*.aar"), "dir" to "libs")) implementation("androidx.preference:preference-ktx:1.2.1") implementation("androidx.appcompat:appcompat:1.7.0") - implementation("androidx.constraintlayout:constraintlayout:2.1.4") + implementation("androidx.constraintlayout:constraintlayout:2.2.0") implementation("com.google.android.material:material:1.12.0") testImplementation("junit:junit:4.13.2")