From 59d09aca272b0e1cd415c4642be8a96599a3466b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:12:28 +0000 Subject: [PATCH] Bump androidx.constraintlayout:constraintlayout from 2.0.4 to 2.1.4 Bumps [androidx.constraintlayout:constraintlayout](https://github.com/androidx/constraintlayout) from 2.0.4 to 2.1.4. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/compare/2.0.4...2.1.4) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 07901bc..062884e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.2" implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.core:core-ktx:1.3.2' - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' // base Spokestack dependency implementation "io.spokestack:spokestack-android:$spokestack_version"