File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
31
31
implementation " androidx.core:core-ktx:$core_version "
32
32
implementation " com.google.android.material:material:$material_version "
33
33
testImplementation ' junit:junit:4.13'
34
- androidTestImplementation ' androidx.test:runner:1.2 .0'
34
+ androidTestImplementation ' androidx.test:runner:1.3 .0'
35
35
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
36
36
}
37
37
Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ dependencies {
30
30
implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
31
31
implementation " com.google.android.material:material:$material_version "
32
32
testImplementation ' junit:junit:4.13'
33
- androidTestImplementation ' androidx.test:runner:1.2 .0'
33
+ androidTestImplementation ' androidx.test:runner:1.3 .0'
34
34
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
35
35
}
You can’t perform that action at this time.
0 commit comments