Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/baselineprofile/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ dependencies {
implementation("androidx.test.uiautomator:uiautomator:2.3.0")
// 1.5.0-rc01 to match the baselineprofile plugin pinned in the root build
// build.gradle.kts) — the 1.4.1 stable line's module guard rejects an AGP-9 app.
implementation("androidx.benchmark:benchmark-macro-junit4:1.5.0-rc01")
implementation("androidx.benchmark:benchmark-macro-junit4:1.5.0-rc02")
}