Skip to content

Commit 7fd71ad

Browse files
Bump androidx.test.espresso:espresso-core in /android (#196)
Bumps androidx.test.espresso:espresso-core from 3.1.0 to 3.6.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7602b7d commit 7fd71ad

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
dependencies {
3535
implementation fileTree(dir: 'libs', include: ['*.jar'])
3636
implementation 'androidx.appcompat:appcompat:1.0.0'
37-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
37+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
3838
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
3939
testImplementation 'junit:junit:4.13.2'
4040
api project(':code-samples:gvr_common')

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
dependencies {
3939
implementation fileTree(dir: 'libs', include: ['*.jar'])
4040
implementation 'androidx.appcompat:appcompat:1.0.0'
41-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
41+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
4242
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4343
testImplementation 'junit:junit:4.13.2'
4444
api project(':code-samples:gvr_common')

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
implementation fileTree(dir: 'libs', include: ['*.jar'])
4747
implementation 'androidx.appcompat:appcompat:1.0.0'
4848
implementation 'com.google.android.material:material:1.12.0'
49-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
49+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
5050
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
5151
testImplementation 'junit:junit:4.13.2'
5252
api project(':code-samples:gvr_common')

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
implementation fileTree(dir: 'libs', include: ['*.jar'])
3535
implementation 'androidx.recyclerview:recyclerview:1.3.2'
3636
implementation 'androidx.appcompat:appcompat:1.0.0'
37-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
37+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
3838
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
3939
testImplementation 'junit:junit:4.13.2'
4040
api project(':code-samples:gvr_common')

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

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

β€Žandroid/memoryleaktest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ android {
6161

6262
dependencies {
6363
implementation fileTree(include: ['*.jar'], dir: 'libs')
64-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
64+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
6565
implementation project(':virocore')
6666
implementation project(':libs:gvr')
6767
implementation 'com.google.ar:core:1.45.0'

β€Žandroid/releasetest/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ android {
8181

8282
dependencies {
8383
implementation fileTree(include: ['*.jar'], dir: 'libs')
84-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
84+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
8585
implementation project(':virocore')
8686
implementation 'com.google.ar:core:1.45.0'
8787
implementation project(':libs:gvr')
8888
implementation "androidx.appcompat:appcompat:1.0.0"
8989
// testing dependencies
90-
androidTestImplementation "androidx.test.espresso:espresso-core:3.1.0"
90+
androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1"
9191
androidTestImplementation 'androidx.test:rules:1.5.0'
9292
androidTestImplementation "androidx.test:runner:1.4.0"
9393

0 commit comments

Comments
Β (0)