Skip to content

Commit 0ccd7da

Browse files
committed
Update version number
1 parent effd893 commit 0ccd7da

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

1616
IntelliJ/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
```

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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>
@@ -37,10 +37,10 @@
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
]]>

0 commit comments

Comments
 (0)