Skip to content

Commit 2314e82

Browse files
committed
Don't use vars in health-metrics/ bulid files.
1 parent eafda53 commit 2314e82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

health-metrics/benchmark/template/app/build.gradle.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ dependencies {
7171
implementation 'com.google.android.material:material:1.6.1'
7272
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
7373
testImplementation 'junit:junit:4.13.2'
74-
androidTestImplementation "androidx.test.ext:junit:$androidxTestJUnitVersion"
74+
androidTestImplementation "androidx.test.ext:junit:1.1.5"
7575
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
7676
}

health-metrics/benchmark/template/macrobenchmark/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
}
5050

5151
dependencies {
52-
implementation "androidx.test.ext:junit:$androidxTestJUnitVersion"
52+
implementation "androidx.test.ext:junit:1.1.5"
5353
implementation 'androidx.test.espresso:espresso-core:3.4.0'
5454
implementation 'androidx.test.uiautomator:uiautomator:2.2.0'
5555
implementation 'androidx.benchmark:benchmark-macro-junit4:1.1.0'

0 commit comments

Comments
 (0)