Skip to content

Commit f142eff

Browse files
committed
Update plugin's description
1 parent e86d8bf commit f142eff

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
<p>Use this for adding dependencies easily to your <b>build.gradle</b>/<b>build.gradle.kts</b> files.</p>
1010
1111
<b>Retrofit</b> - which is the correct one?<br/>
12-
<pre>compile 'com.square.retrofit:retrofit2:2.9.0'</pre>
13-
<pre>compile 'com.squareup.retrofit2:retrofit:2.9.0'</pre>
14-
12+
<pre>
13+
compile 'com.square.retrofit:retrofit2:2.9.0'
14+
compile 'com.squareup.retrofit2:retrofit:2.9.0'</pre>
15+
</br>
1516
<b>Material Design Library</b> - which one was it?
16-
<pre>compile 'com.google.android.material:material:1.2.1'</pre>
17-
<pre>compile 'androidx.material:1.2.1'</pre>
17+
<pre>
18+
compile 'com.google.android.material:material:1.2.1'
19+
compile 'androidx.material:1.2.1'</pre>
1820
1921
<p>With this plugin, you won't have to remember it anymore nor open an external browser to search for it on the Internet!</p>
2022

0 commit comments

Comments
 (0)