Skip to content

Commit 37ccee5

Browse files
author
wupanjie.flying
committed
compatible
1 parent 3565d3d commit 37ccee5

File tree

2 files changed

+28
-27
lines changed

2 files changed

+28
-27
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
}
1515

1616
group 'com.xiaopo.flying'
17-
version '1.1.0'
17+
version '1.1.1'
1818

1919
apply plugin: 'java'
2020
apply plugin: 'kotlin'
Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
11
<idea-plugin>
2-
<id>com.xiaopo.flying.LayoutMaster</id>
3-
<name>Layout Master</name>
4-
<vendor email="wupanjie0611@gmail.com" url="https://github.com/wuapnjie/LayoutMaster">FlyingSnowBean
5-
</vendor>
2+
<id>com.xiaopo.flying.LayoutMaster</id>
3+
<name>Layout Master</name>
4+
<vendor email="wupanjie0611@gmail.com" url="https://github.com/wuapnjie/LayoutMaster">FlyingSnowBean
5+
</vendor>
66

7-
<description><![CDATA[
7+
<description><![CDATA[
88
With Layout Master, your Layout Inspector will be more powerful.<br>
99
You can modify your layout and view property on the fly, even with animation<br>
1010
Also support your custom view's properties.
1111
]]></description>
1212

13-
<idea-version since-build="201" until-build="203.*"/>
14-
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
15-
on how to target different products -->
16-
<!-- uncomment to enable plugin in all products
17-
<depends>com.intellij.modules.lang</depends>
18-
-->
19-
<depends>com.intellij.modules.platform</depends>
20-
<depends>org.jetbrains.android</depends>
13+
<idea-version since-build="201" until-build="203.*"/>
14+
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
15+
on how to target different products -->
16+
<!-- uncomment to enable plugin in all products
17+
<depends>com.intellij.modules.lang</depends>
18+
-->
19+
<depends>com.intellij.modules.platform</depends>
20+
<depends>org.jetbrains.android</depends>
2121

22-
<extensions defaultExtensionNs="com.intellij">
23-
<!-- Add your extensions here -->
24-
<!--no extension-->
25-
</extensions>
22+
<extensions defaultExtensionNs="com.intellij">
23+
<!-- Add your extensions here -->
24+
<!--no extension-->
25+
</extensions>
2626

27-
<actions>
28-
<!-- Add your actions here -->
29-
<action
30-
class="com.xiaopo.flying.layoutmaster.action.HookLayoutInspectorActionV1"
31-
id="Flying.LayoutMaster.Slow"/>
32-
<action
33-
class="com.xiaopo.flying.layoutmaster.action.HookLayoutInspectorActionV2"
34-
id="Flying.LayoutMaster"/>
35-
</actions>
27+
<actions>
28+
<!-- Add your actions here -->
29+
<action
30+
class="com.xiaopo.flying.layoutmaster.action.HookLayoutInspectorActionV1"
31+
id="Flying.LayoutMaster.Slow"/>
32+
<action
33+
class="com.xiaopo.flying.layoutmaster.action.HookLayoutInspectorActionV2"
34+
id="Flying.LayoutMaster"/>
35+
36+
</actions>
3637
</idea-plugin>

0 commit comments

Comments
 (0)