mirror of
https://github.com/samsonjs/media.git
synced 2026-04-03 10:55:48 +00:00
Fix running tests with gradle
The tests for the extractor module rely on some core classes. PiperOrigin-RevId: 291688932
This commit is contained in:
parent
694f9844b0
commit
2fc426214f
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ dependencies {
|
|||
compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
|
||||
compileOnly 'org.checkerframework:checker-compat-qual:' + checkerframeworkVersion
|
||||
implementation project(modulePrefix + 'library-common')
|
||||
testImplementation project(modulePrefix + 'library-core')
|
||||
testImplementation project(modulePrefix + 'testutils')
|
||||
testImplementation 'org.robolectric:robolectric:' + robolectricVersion
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue