Upgrade to JUnit 4.13-rc-2

PiperOrigin-RevId: 283994812
This commit is contained in:
ibaker 2019-12-05 17:52:39 +00:00 committed by Oliver Woodman
parent f25bcedf72
commit cad2fe3955
3 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,7 @@
([#6320](https://github.com/google/ExoPlayer/issues/6320)).
* Add `play` and `pause` methods to `Player`.
* Upgrade Truth dependency from 0.44 to 1.0.
* Upgrade to JUnit 4.13-rc-2.
### 2.11.0 (not yet released) ###

View File

@ -20,6 +20,7 @@ project.ext {
targetSdkVersion = 28 // TODO: Bump once b/143232359 is resolved
compileSdkVersion = 29
dexmakerVersion = '2.21.0'
junitVersion = '4.13-rc-2'
guavaVersion = '23.5-android'
mockitoVersion = '2.25.0'
robolectricVersion = '4.3'

View File

@ -41,6 +41,7 @@ dependencies {
api 'org.mockito:mockito-core:' + mockitoVersion
api 'androidx.test:core:' + androidxTestCoreVersion
api 'androidx.test.ext:junit:' + androidxTestJUnitVersion
api 'junit:junit:' + junitVersion
api 'com.google.truth:truth:' + truthVersion
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
implementation project(modulePrefix + 'library-core')