Skip to content

Commit 57a5447

Browse files
Bump constraintlayout from 2.1.2 to 2.1.4 in /android
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] <support@github.com>
1 parent 1538382 commit 57a5447

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

β€Žandroid/code-samples/ARBlackPanther/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
implementation fileTree(dir: 'libs', include: ['*.jar'])
3434
implementation 'androidx.appcompat:appcompat:1.3.1'
3535
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
36-
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
36+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
3737
testImplementation 'junit:junit:4.13.2'
3838
api project(':code-samples:gvr_common')
3939
api project(':code-samples:arcore_client')

β€Žandroid/code-samples/ARHelloWorldAndroid/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation fileTree(dir: 'libs', include: ['*.jar'])
3838
implementation 'androidx.appcompat:appcompat:1.3.1'
3939
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
40-
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
40+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4141
testImplementation 'junit:junit:4.13.2'
4242
api project(':code-samples:gvr_common')
4343
api project(':code-samples:arcore_client')

β€Žandroid/code-samples/ARPlacingObjects/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
implementation 'androidx.appcompat:appcompat:1.3.1'
4646
implementation 'com.google.android.material:material:1.4.0'
4747
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
48-
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
48+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4949
testImplementation 'junit:junit:4.13.2'
5050
api project(':code-samples:gvr_common')
5151
api project(':code-samples:arcore_client')

β€Žandroid/code-samples/ARRetail/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
implementation 'androidx.recyclerview:recyclerview:1.2.1'
3434
implementation 'androidx.appcompat:appcompat:1.3.1'
3535
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
36-
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
36+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
3737
testImplementation 'junit:junit:4.13.2'
3838
api project(':code-samples:gvr_common')
3939
api project(':code-samples:arcore_client')

β€Žandroid/code-samples/ARTesla/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
implementation fileTree(dir: 'libs', include: ['*.jar'])
3333
implementation 'androidx.appcompat:appcompat:1.3.1'
3434
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
35-
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
35+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
3636
testImplementation 'junit:junit:4.13.2'
3737
api project(':code-samples:gvr_common')
3838
api project(':code-samples:arcore_client')

β€Žandroid/mainSample/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
implementation 'com.google.android.material:material:1.4.0'
4747
implementation 'androidx.cardview:cardview:1.0.0'
4848
implementation 'androidx.recyclerview:recyclerview:1.2.1'
49-
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
49+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
5050
implementation 'androidx.preference:preference-ktx:1.1.1'
5151
implementation 'androidx.multidex:multidex:2.0.1'
5252
implementation project(':code-samples:ARBlackPanther')

0 commit comments

Comments
Β (0)