My build.gradle:
allprojects {
repositories {
google()
}
}
implementation 'androidx.test:runner :1.4.0'
then sync the project:
the artifact downloaded from google()

but actually, androidx.test:runner does not match 1.4.0 release https://github.com/android/android-test/releases/tag/androidx-test-1.4.0
looks like it's https://github.com/android/android-test/releases/tag/androidx-test-1.4.0-beta01
in the same hand, I found out runner's dependency monitor does not have 1.4.0 in maven repo https://mvnrepository.com/artifact/androidx.test/monitor why?