Skip to content

Commit

Permalink
Re-add minimal amount of projectOrArtifact to get GH to build
Browse files Browse the repository at this point in the history
Test: GH Workflows
Change-Id: If7c452b54421adb8d37340ed528aaabaa1011041
  • Loading branch information
dlam committed Sep 16, 2024
1 parent 391b00b commit 25d3b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activity/integration-tests/baselineprofile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ android {
}

dependencies {
implementation(project(":benchmark:benchmark-junit4"))
implementation(project(":benchmark:benchmark-macro-junit4"))
implementation(projectOrArtifact(":benchmark:benchmark-junit4"))
implementation(projectOrArtifact(":benchmark:benchmark-macro-junit4"))
implementation(libs.testRules)
implementation(libs.testExtJunit)
implementation(libs.testCore)
Expand Down

0 comments on commit 25d3b29

Please sign in to comment.