mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
parent
45fde20b0e
commit
20fcb42872
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ project(modulePrefix + 'extension-workmanager').projectDir = new File(rootDir, '
|
|||
|
||||
include modulePrefix + 'robolectricutils'
|
||||
project(modulePrefix + 'robolectricutils').projectDir = new File(rootDir, 'robolectricutils')
|
||||
include modulePrefix + 'testutils'
|
||||
project(modulePrefix + 'testutils').projectDir = new File(rootDir, 'testutils')
|
||||
include modulePrefix + 'testdata'
|
||||
project(modulePrefix + 'testdata').projectDir = new File(rootDir, 'testdata')
|
||||
include modulePrefix + 'testutils'
|
||||
project(modulePrefix + 'testutils').projectDir = new File(rootDir, 'testutils')
|
||||
|
|
|
|||
Loading…
Reference in a new issue