mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Remove dependency of Robolectric snapshot.
Depend on a alpha release now, so that we can remove the snapshot repo. PiperOrigin-RevId: 436471634
This commit is contained in:
parent
2f24476bb2
commit
c93d0a96c0
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ project.ext {
|
|||
// https://cs.android.com/android/platform/superproject/+/master:external/guava/METADATA
|
||||
guavaVersion = '31.0.1-android'
|
||||
mockitoVersion = '3.12.4'
|
||||
robolectricVersion = '4.8-SNAPSHOT'
|
||||
robolectricVersion = '4.8-alpha-1'
|
||||
// Keep this in sync with Google's internal Checker Framework version.
|
||||
checkerframeworkVersion = '3.13.0'
|
||||
checkerframeworkCompatVersion = '2.5.5'
|
||||
|
|
|
|||
Loading…
Reference in a new issue