File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Android Testify - IntelliJ Platform Plugin - Change Log
2
2
3
+ ## [ 2.0.0]
4
+
5
+ - Added support for Android Studio Iguana | 2023.2.1.16 Canary 16 | 232.+
6
+
3
7
## [ 2.0.0-rc03]
4
8
5
9
- Added support for Android Studio Iguana | 2023.2.1 Canary 3 | 232.+
Original file line number Diff line number Diff line change 2
2
# -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
3
3
4
4
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
6
8
pluginSinceBuild = 211
7
9
pluginUntilBuild = 232.*
8
10
Original file line number Diff line number Diff line change @@ -27,6 +27,12 @@ Copyright (c) 2023 ndtp
27
27
28
28
<change-notes >
29
29
<![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>
30
36
31
37
<h3>2.0.0-rc01</h3>
32
38
<ul>
You can’t perform that action at this time.
0 commit comments