From fd4ceaf2ea7bc21ce1dda1d410b9015f75d89b35 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 04:26:59 +0000 Subject: [PATCH] Bump constraintlayout from 2.0.4 to 2.1.0 Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.0.4 to 2.1.0. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/compare/2.0.4...2.1.0) Signed-off-by: dependabot-preview[bot] --- sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle b/sample/build.gradle index 98346d4..3fea38d 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -78,7 +78,7 @@ android { dependencies { implementation "androidx.annotation:annotation:${supportVersion}" implementation "androidx.appcompat:appcompat:${supportVersion}" - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'androidx.constraintlayout:constraintlayout:2.1.0' /* RxJava 1.xx - https://github.com/ReactiveX/RxAndroid */ implementation "io.reactivex:rxandroid:1.2.1"