Skip to content

Commit eafda53

Browse files
authored
Use actual version for androidx.core.test inside smoke-tests (#5183)
It doesn't import the main build file, thus cannot find the variable.
1 parent dc08ef1 commit eafda53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ dependencies {
9292
implementation "androidx.test:runner:1.4.0"
9393
implementation "com.google.truth:truth:1.0.1"
9494
implementation "junit:junit:4.13.2"
95-
implementation "androidx.test:core:$androidxTestCoreVersion"
95+
implementation "androidx.test:core:1.5.0"
9696

9797
// Common utilities (instrumentation side)
9898
androidTestImplementation "androidx.test:runner:1.4.0"

0 commit comments

Comments
 (0)