From a10d55941ac9fd707afbd46d85bdfccc1ab3cbb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 15:49:15 +0000 Subject: [PATCH] Bump constraintlayout from 2.1.1 to 2.1.2 in /android Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/compare/2.1.1...2.1.2) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/code-samples/ARBlackPanther/build.gradle | 2 +- android/code-samples/ARHelloWorldAndroid/build.gradle | 2 +- android/code-samples/ARPlacingObjects/build.gradle | 2 +- android/code-samples/ARRetail/build.gradle | 2 +- android/code-samples/ARTesla/build.gradle | 2 +- android/mainSample/build.gradle | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/code-samples/ARBlackPanther/build.gradle b/android/code-samples/ARBlackPanther/build.gradle index 7189b4145..a766c8a1c 100644 --- a/android/code-samples/ARBlackPanther/build.gradle +++ b/android/code-samples/ARBlackPanther/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.3.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.1' + implementation 'androidx.constraintlayout:constraintlayout:2.1.2' testImplementation 'junit:junit:4.13.2' api project(':code-samples:gvr_common') api project(':code-samples:arcore_client') diff --git a/android/code-samples/ARHelloWorldAndroid/build.gradle b/android/code-samples/ARHelloWorldAndroid/build.gradle index 3d460349b..4277418b9 100644 --- a/android/code-samples/ARHelloWorldAndroid/build.gradle +++ b/android/code-samples/ARHelloWorldAndroid/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.3.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.1' + implementation 'androidx.constraintlayout:constraintlayout:2.1.2' testImplementation 'junit:junit:4.13.2' api project(':code-samples:gvr_common') api project(':code-samples:arcore_client') diff --git a/android/code-samples/ARPlacingObjects/build.gradle b/android/code-samples/ARPlacingObjects/build.gradle index a10566895..021d70d62 100644 --- a/android/code-samples/ARPlacingObjects/build.gradle +++ b/android/code-samples/ARPlacingObjects/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.1' + implementation 'androidx.constraintlayout:constraintlayout:2.1.2' testImplementation 'junit:junit:4.13.2' api project(':code-samples:gvr_common') api project(':code-samples:arcore_client') diff --git a/android/code-samples/ARRetail/build.gradle b/android/code-samples/ARRetail/build.gradle index 88a1cc809..7dc21db20 100644 --- a/android/code-samples/ARRetail/build.gradle +++ b/android/code-samples/ARRetail/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.appcompat:appcompat:1.3.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.1' + implementation 'androidx.constraintlayout:constraintlayout:2.1.2' testImplementation 'junit:junit:4.13.2' api project(':code-samples:gvr_common') api project(':code-samples:arcore_client') diff --git a/android/code-samples/ARTesla/build.gradle b/android/code-samples/ARTesla/build.gradle index b2dd1ac6f..f7e11285b 100644 --- a/android/code-samples/ARTesla/build.gradle +++ b/android/code-samples/ARTesla/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.3.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.1' + implementation 'androidx.constraintlayout:constraintlayout:2.1.2' testImplementation 'junit:junit:4.13.2' api project(':code-samples:gvr_common') api project(':code-samples:arcore_client') diff --git a/android/mainSample/build.gradle b/android/mainSample/build.gradle index 11f0c8b80..d8023831a 100644 --- a/android/mainSample/build.gradle +++ b/android/mainSample/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.2.1' - implementation 'androidx.constraintlayout:constraintlayout:2.1.1' + implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation 'androidx.preference:preference-ktx:1.1.1' implementation 'androidx.multidex:multidex:2.0.1' implementation project(':code-samples:ARBlackPanther')