Skip to content

Commit d9d4415

Browse files
committed
Release IntelliJ Platform Plugin v2.0.0
1 parent 4f4e60b commit d9d4415

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

Plugins/IntelliJ/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Android Testify - IntelliJ Platform Plugin - Change Log
22

3+
## [2.0.0]
4+
5+
- Added support for Android Studio Iguana | 2023.2.1.16 Canary 16 | 232.+
6+
37
## [2.0.0-rc03]
48

59
- Added support for Android Studio Iguana | 2023.2.1 Canary 3 | 232.+

Plugins/IntelliJ/gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
# -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
33

44
pluginGroup = dev.testify
5-
version = 2.0.0-rc03
5+
version = 2.0.0
6+
7+
# https://plugins.jetbrains.com/docs/intellij/android-studio.html#android-studio-releases-listing
68
pluginSinceBuild = 211
79
pluginUntilBuild = 232.*
810

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Copyright (c) 2023 ndtp
2727

2828
<change-notes>
2929
<![CDATA[
30+
<h3>2.0.0</h3>
31+
<ul>
32+
<li>Added support for Android Studio Iguana | 2022.3.1 Canary 16 | 223.+</li>
33+
<li>Added support for Android Studio Hedgehog | 2023.1.1 Canary 2 | 231.+</li>
34+
<li>Fix bug parsing nested module names</li>
35+
</ul>
3036
3137
<h3>2.0.0-rc01</h3>
3238
<ul>

0 commit comments

Comments
 (0)