am abe8ecf4: Fix dependencies block in "Building Local Unit Tests"

* commit 'abe8ecf4ac4e036a408cd949138f002f7faabc4f':
  Fix dependencies block in "Building Local Unit Tests"
This commit is contained in:
Michal Bendowski
2015-09-28 15:43:02 +00:00
committed by Android Git Automerger

View File

@@ -72,7 +72,7 @@ dependencies {
// Set this dependency if you want to use Mockito // Set this dependency if you want to use Mockito
testCompile 'org.mockito:mockito-core:1.10.19' testCompile 'org.mockito:mockito-core:1.10.19'
// Set this dependency if you want to use Hamcrest matching // Set this dependency if you want to use Hamcrest matching
androidTestCompile 'org.hamcrest:hamcrest-library:1.1' testCompile 'org.hamcrest:hamcrest-library:1.1'
} }
</pre> </pre>
</li> </li>