Allow gradle testing of a new isolated monitor artifact.#2464
Merged
copybara-service[bot] merged 1 commit intomainfrom Jan 14, 2026
Merged
Allow gradle testing of a new isolated monitor artifact.#2464copybara-service[bot] merged 1 commit intomainfrom
copybara-service[bot] merged 1 commit intomainfrom
Conversation
4829558 to
62b0d1b
Compare
It is currently planned to release a new standlone androidx.test.monitor artifact. This change explictly adds monitor to the gradle deps, so this new version can be tested while using the stable released versions of other artifacts. PiperOrigin-RevId: 856301565
62b0d1b to
3338d90
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allow gradle testing of a new isolated monitor artifact.
It is currently planned to release a new standlone androidx.test.monitor artifact.
This change explictly adds monitor to the gradle deps, so this new version
can be tested while using the stable released versions of other artifacts.