From 9bd9ff88baaf3ad4946e5090f1527544dfa0a596 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:21:38 +0000 Subject: [PATCH] Update dependency androidx.constraintlayout:constraintlayout to v2.2.0 --- example/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/build.gradle b/example/build.gradle index 8946ce2..3bec369 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'androidx.constraintlayout:constraintlayout:2.2.0' // https://developer.android.com/jetpack/androidx/releases/cardview implementation "androidx.cardview:cardview:1.0.0"