Commit 310d583
committed
Deps: Update robolectric to 4.9
This is done because otherwise the 'testDebugUnitTest' task fails the
test, when run on command line, with the below 'ClassNotFoundException'
error:
------------------------------------------------------------------------
java.lang.NoClassDefFoundError: android/content/ContentResolver
...
Caused by: java.lang.ClassNotFoundException:
couldn't load android.content.ContentResolver
...
Caused by: java.lang.IllegalArgumentException:
Unsupported class file major version 61"
------------------------------------------------------------------------
Release Link: https://github.com/robolectric/robolectric/releases/tag/
robolectric-4.91 parent 5ec4439 commit 310d583
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments