Skip to content

Commit

Permalink
Used no-op variant for automation lib as well (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleydonk authored Sep 21, 2021
1 parent e1642bd commit 68b9bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-ui-automation-no-op/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
}

dependencies {
implementation project(":update-core")
implementation project(":update-core-no-op")
implementation libs.kotlin.stdlib
testImplementation libs.test.junit
androidTestImplementation libs.androidtest.junit
Expand Down

0 comments on commit 68b9bdc

Please sign in to comment.