Skip to content

Commit 2a5b7dd

Browse files
authored
Merge pull request #87 from ViroCommunity/dependabot/gradle/android/main/androidx.constraintlayout-constraintlayout-2.1.4
Bump constraintlayout from 2.1.2 to 2.1.4 in /android
2 parents f97ef8c + 57a5447 commit 2a5b7dd

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)