Skip to content

Commit 310d583

Browse files
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.9
1 parent 5ec4439 commit 310d583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ext {
6161
tagSoupVersion = '1.2.1'
6262
glideVersion = '4.10.0'
6363
picassoVersion = '2.5.2'
64-
robolectricVersion = '4.4'
64+
robolectricVersion = '4.9'
6565
jUnitVersion = '4.12'
6666
jSoupVersion = '1.11.3'
6767
wordpressUtilsVersion = 'trunk-1ed207c03d2242b6fc3d74f9e388e9163cbc82a6'

0 commit comments

Comments
 (0)