File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
plugin/src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
22<h1 align =" center " >Ok, Gradle!</h1 >
33<p align =" center " >
4- <img src =" https://img.shields.io/badge/version-0.4 .0-blue " />
4+ <img src =" https://img.shields.io/badge/version-0.5 .0-blue " />
55 <img src =" https://img.shields.io/github/workflow/status/scana/ok-gradle/Java%20CI " />
66</p >
77
@@ -15,7 +15,7 @@ This plugin is in JetBrains Plugins Repository! Get it from [here](https://plugi
1515
1616IntelliJ/Android Studio Plugin for searching artifacts ids of popular Java libraries.
1717
18- Use those for adding new dependencies easily to your build.gradle files.
18+ Use those for adding new dependencies easily to your build.gradle/build.gradle.kts files.
1919
2020#### Retrofit - which one was it?
2121```
Original file line number Diff line number Diff line change 11<idea-plugin >
22 <id >me.scana.okgradle</id >
33 <name >OK, Gradle!</name >
4- <version >0.4 .0</version >
4+ <version >0.5 .0</version >
55 <vendor email =" scanarch@gmail.com" url =" http://github.com/scana" >Marcin Robaczyński</vendor >
66
77 <description ><![CDATA[
88 Plugin for searching artifacts ids of popular Java libraries.<br/>
9- Use those for adding new dependencies easily to your build.gradle files.<br/>
9+ Use those for adding new dependencies easily to your build.gradle/build.gradle.kts files.<br/>
1010 <br/>
1111 Retrofit! Was it:<br/>
1212 <pre>compile 'com.square.retrofit:retrofit2:2.3.0'</pre>
3737
3838 <change-notes ><![CDATA[
3939 <p>
40- 0.4 .0
40+ 0.5 .0
4141 <ul>
42- <li>Support AndroidX packages </li>
43- <li>Fix: properly find package version for artifacts from Google Repository </li>
42+ <li>New: Support for adding dependencies to build.gradle.kts (Kotlin script) files! </li>
43+ <li>Fix: Properly support undo action </li>
4444 </ul>
4545 </p>
4646 ]]>
You can’t perform that action at this time.
0 commit comments