Skip to content

Commit

Permalink
Replaced compile with implementation to match readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EzraLopez committed Apr 15, 2018
1 parent 28a61dd commit 8ea7ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/index.html
Expand Up @@ -204,7 +204,7 @@ <h4 id="multi-method-listeners">Multi-Method Listeners</h4>

<h3 id="download">Download</h3>
<h4>Gradle</h4>
<pre class="prettyprint">compile 'com.jakewharton:butterknife:<span class="version"><em>(insert latest version)</em></span>'
<pre class="prettyprint">implementation 'com.jakewharton:butterknife:<span class="version"><em>(insert latest version)</em></span>'
annotationProcessor 'com.jakewharton:butterknife-compiler:<span class="version"><em>(insert latest version)</em></span>'</pre>

<h3 id="license">License</h3>
Expand Down

0 comments on commit 8ea7ee0

Please sign in to comment.