mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix robolectric tests when running with gradle
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=186291489
This commit is contained in:
parent
aa02df78eb
commit
44f683e04e
3 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
*** ISSUES THAT IGNORE THIS TEMPLATE WILL BE CLOSED WITHOUT INVESTIGATION ***
|
||||||
|
|
||||||
Before filing an issue:
|
Before filing an issue:
|
||||||
-----------------------
|
-----------------------
|
||||||
- Search existing issues, including issues that are closed.
|
- Search existing issues, including issues that are closed.
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ project.ext {
|
||||||
dexmakerVersion = '1.2'
|
dexmakerVersion = '1.2'
|
||||||
mockitoVersion = '1.9.5'
|
mockitoVersion = '1.9.5'
|
||||||
junitVersion = '4.12'
|
junitVersion = '4.12'
|
||||||
truthVersion = '0.35'
|
truthVersion = '0.39'
|
||||||
robolectricVersion = '3.4.2'
|
robolectricVersion = '3.7.1'
|
||||||
releaseVersion = '2.7.0'
|
releaseVersion = '2.7.0'
|
||||||
modulePrefix = ':'
|
modulePrefix = ':'
|
||||||
if (gradle.ext.has('exoplayerModulePrefix')) {
|
if (gradle.ext.has('exoplayerModulePrefix')) {
|
||||||
|
|
|
||||||
1
library/core/src/test/resources/robolectric.properties
Normal file
1
library/core/src/test/resources/robolectric.properties
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
manifest=src/test/AndroidManifest.xml
|
||||||
Loading…
Reference in a new issue