File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
plugin/src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments