Skip to content

Commit

Permalink
automatedtests don't even need that dep
Browse files Browse the repository at this point in the history
  • Loading branch information
daytime-em committed Nov 6, 2024
1 parent 9ddf7a3 commit e1980fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions automatedtests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ dependencies {
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'

api("com.mux.stats.sdk.muxstats:data-media3:${project.ext.get("muxDataVersion")}")

api 'org.checkerframework:checker-qual:3.33.0'
// Automated tests should always test the local module and not the maven dependency.
implementation project(":library")
Expand Down

0 comments on commit e1980fe

Please sign in to comment.