Fix robolectric tests when running with gradle

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=186291489
This commit is contained in:
olly 2018-02-20 05:46:26 -08:00 committed by Oliver Woodman
parent d7a467c6be
commit c851ee9388
2 changed files with 3 additions and 2 deletions

View File

@ -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')) {

View File

@ -0,0 +1 @@
manifest=src/test/AndroidManifest.xml