am 674060f0: Update to support host use of mockito.

* commit '674060f01e9090cd21b3c5656cc3204912ad17a6':
  Update to support host use of mockito.
diff --git a/build.gradle b/build.gradle
index ebc889e..ee39208 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,6 +29,6 @@
 dependencies {
     compile getAndroidPrebuilt('10')
     compile project(':hamcrest')
-    compile project(path: ':junit', configuration: 'target')
     compile project(':objenesis')
+    compile project(path: ':junit', configuration: 'target')
 }