From 6dbc5786f3bc2a4fbc6a32c21bb51492cf371f2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 00:16:15 +0000 Subject: [PATCH] Bump constraintlayout from 2.1.2 to 2.1.4 Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.2 to 2.1.4. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- internet/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internet/build.gradle b/internet/build.gradle index 93dcdb8..1fd78ea 100644 --- a/internet/build.gradle +++ b/internet/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.4.0' implementation 'androidx.core:core-ktx:1.7.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.2' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' //testing testImplementation 'junit:junit:4.13.2'