File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ android {
34
34
dependencies {
35
35
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
36
36
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 '
38
38
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
39
39
testImplementation ' junit:junit:4.13.2'
40
40
api project(' :code-samples:gvr_common' )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ android {
38
38
dependencies {
39
39
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
40
40
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 '
42
42
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
43
43
testImplementation ' junit:junit:4.13.2'
44
44
api project(' :code-samples:gvr_common' )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
46
46
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
47
47
implementation ' androidx.appcompat:appcompat:1.0.0'
48
48
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 '
50
50
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
51
51
testImplementation ' junit:junit:4.13.2'
52
52
api project(' :code-samples:gvr_common' )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
34
34
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
35
35
implementation ' androidx.recyclerview:recyclerview:1.3.2'
36
36
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 '
38
38
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
39
39
testImplementation ' junit:junit:4.13.2'
40
40
api project(' :code-samples:gvr_common' )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ android {
33
33
dependencies {
34
34
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
35
35
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 '
37
37
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
38
38
testImplementation ' junit:junit:4.13.2'
39
39
api project(' :code-samples:gvr_common' )
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ android {
61
61
62
62
dependencies {
63
63
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 '
65
65
implementation project(' :virocore' )
66
66
implementation project(' :libs:gvr' )
67
67
implementation ' com.google.ar:core:1.45.0'
Original file line number Diff line number Diff line change @@ -81,13 +81,13 @@ android {
81
81
82
82
dependencies {
83
83
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 '
85
85
implementation project(' :virocore' )
86
86
implementation ' com.google.ar:core:1.45.0'
87
87
implementation project(' :libs:gvr' )
88
88
implementation " androidx.appcompat:appcompat:1.0.0"
89
89
// testing dependencies
90
- androidTestImplementation " androidx.test.espresso:espresso-core:3.1.0 "
90
+ androidTestImplementation " androidx.test.espresso:espresso-core:3.6.1 "
91
91
androidTestImplementation ' androidx.test:rules:1.5.0'
92
92
androidTestImplementation " androidx.test:runner:1.4.0"
93
93
You canβt perform that action at this time.
0 commit comments