From 0d1eefc43d0a688a2a36d5ba9264d33f221f0bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 08:14:32 +0000 Subject: [PATCH] [Dep][pip] Bump constraint-layout from 1.0.2 to 2.0.4 Bumps constraint-layout from 1.0.2 to 2.0.4. --- updated-dependencies: - dependency-name: com.android.support.constraint:constraint-layout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- demo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/build.gradle b/demo/build.gradle index b3f0c72..9b83205 100644 --- a/demo/build.gradle +++ b/demo/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:26.1.0' - implementation 'com.android.support.constraint:constraint-layout:1.0.2' + implementation 'com.android.support.constraint:constraint-layout:2.0.4' implementation project(':aplazame-android-sdk') implementation 'com.squareup.picasso:picasso:2.5.2'