Mholloway has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/349486 )
Change subject: Update robolectric to 3.3.2 ...................................................................... Update robolectric to 3.3.2 Features: * Initial support for Android O runtime [issue #2988]. Bug Fixes: * Fix issues with PackageManager simulation: addPackage() should not create sessions [issues #2984 and #2950]. * Fix deadlock caused by synchronicity of Scheduler [issues #2115, #1043, and #2982]. * Fix NoClassDefFoundError: javax/microedition/khronos/opengles/GL [issues #2960 and #1932]. * Fixed: instrumentation fails for abstract subclasses of framework classes [issue #2951 and #2983]. Misc: * Switch from VTD to StAX for parsing resource xml; resolves licensing issue and reduces resource parsing time by about 60% [issues #2964, #2865, and #1414]. * Clean up temp dirs left behind after test runs. https://github.com/robolectric/robolectric/releases Change-Id: I0f49c3bb96ab3bec2114c9f7bab22707aea06be8 --- M app/build.gradle 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia refs/changes/86/349486/1 diff --git a/app/build.gradle b/app/build.gradle index 73d3bad..0ac5e44 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -215,7 +215,7 @@ testCompile 'junit:junit:4.12' testCompile mockitoCore - testCompile 'org.robolectric:robolectric:3.3.1' + testCompile 'org.robolectric:robolectric:3.3.2' testCompile "com.squareup.okhttp3:mockwebserver:$okHttpVersion" androidTestCompile mockitoCore -- To view, visit https://gerrit.wikimedia.org/r/349486 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0f49c3bb96ab3bec2114c9f7bab22707aea06be8 Gerrit-PatchSet: 1 Gerrit-Project: apps/android/wikipedia Gerrit-Branch: master Gerrit-Owner: Mholloway <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
