Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77adda31 authored by Michal Bendowski's avatar Michal Bendowski Committed by Android Git Automerger
Browse files

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

* commit 'f5d0ca1d':
  Fix dependencies block in "Building Local Unit Tests"
parents 10a9147e f5d0ca1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ dependencies {
    // Set this dependency if you want to use Mockito
    testCompile 'org.mockito:mockito-core:1.10.19'
    // 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>
      </li>