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 {
3434dependencies {
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' )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ android {
3838dependencies {
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' )
Original file line number Diff line number Diff 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' )
Original file line number Diff line number Diff 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' )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ android {
3333dependencies {
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' )
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ android {
6161
6262dependencies {
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'
Original file line number Diff line number Diff line change @@ -81,13 +81,13 @@ android {
8181
8282dependencies {
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
You canβt perform that action at this time.
0 commit comments