Skip to content

Incorrect maven artifact for androidx.test:runner :1.4.0 #1231

@jnhyperion

Description

@jnhyperion

My build.gradle:

allprojects {
repositories {
google()
}
}

implementation 'androidx.test:runner :1.4.0'

then sync the project:

the artifact downloaded from google()

image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions