File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
health-metrics/benchmark/template Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,6 @@ dependencies {
71
71
implementation 'com.google.android.material:material:1.6.1'
72
72
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
73
73
testImplementation 'junit:junit:4.13.2'
74
- androidTestImplementation "androidx.test.ext:junit:$androidxTestJUnitVersion "
74
+ androidTestImplementation "androidx.test.ext:junit:1.1.5 "
75
75
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
76
76
}
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ android {
49
49
}
50
50
51
51
dependencies {
52
- implementation " androidx.test.ext:junit:$a ndroidxTestJUnitVersion "
52
+ implementation " androidx.test.ext:junit:1.1.5 "
53
53
implementation ' androidx.test.espresso:espresso-core:3.4.0'
54
54
implementation ' androidx.test.uiautomator:uiautomator:2.2.0'
55
55
implementation ' androidx.benchmark:benchmark-macro-junit4:1.1.0'
You can’t perform that action at this time.
0 commit comments