Switch to dexmaker 1.2

Play better with ART

Bug: 26940619
Change-Id: I6acd29f73b37d11a25f9a68221a7aa538e6a40c2
diff --git a/v7/appcompat/build.gradle b/v7/appcompat/build.gradle
index d59332c..faa8439 100644
--- a/v7/appcompat/build.gradle
+++ b/v7/appcompat/build.gradle
@@ -14,8 +14,8 @@
         exclude module: 'support-annotations'
     }
     androidTestCompile 'org.mockito:mockito-core:1.9.5'
-    androidTestCompile 'com.google.dexmaker:dexmaker:1.0'
-    androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.0'
+    androidTestCompile 'com.google.dexmaker:dexmaker:1.2'
+    androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.2'
     testCompile 'junit:junit:4.12'
 }