Skip to content

Commit

Permalink
Merge pull request square#152 from ersin-ertan/patch-1
Browse files Browse the repository at this point in the history
Typo: playservices from platservices
  • Loading branch information
JakeWharton committed Feb 12, 2015
2 parents 3ed0c10 + 3a9d15d commit f04d8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h5 id="add-ons">Add-On Modules</h5>
<p>Modules are also provided for the add-on Android libraries. Add the dependency (listed below) and use the following imports:</p>
<ul>
<li><p>support-v4</p><pre class="prettyprint">import static org.assertj.android.support.v4.api.Assertions.assertThat;</pre></li>
<li><p>Google Play Services</p><pre class="prettyprint">import static org.assertj.android.platservices.api.Assertions.assertThat;</pre></li>
<li><p>Google Play Services</p><pre class="prettyprint">import static org.assertj.android.playservices.api.Assertions.assertThat;</pre></li>
<li><p>appcompat-v7</p><pre class="prettyprint">import static org.assertj.android.appcompat.v7.api.Assertions.assertThat;</pre></li>
<li><p>mediarouter-v7</p><pre class="prettyprint">import static org.assertj.android.mediarouter.v7.api.Assertions.assertThat;</pre></li>
<li><p>gridlayout-v7</p><pre class="prettyprint">import static org.assertj.android.gridlayout.v7.api.Assertions.assertThat;</pre></li>
Expand Down

0 comments on commit f04d8bb

Please sign in to comment.