Skip to content

Commit 0df080c

Browse files
committed
为Android Studio4.1重新编译版本
1 parent adf1411 commit 0df080c

3 files changed

Lines changed: 156 additions & 46 deletions

File tree

.idea/uiDesigner.xml

Lines changed: 124 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "me.majiajie"
8-
version = "1.2.1"
8+
version = "1.2.2"
99

1010
sourceCompatibility = 1.8
1111

@@ -18,10 +18,6 @@ repositories {
1818
jcenter()
1919
}
2020

21-
dependencies {
22-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
23-
}
24-
2521
intellij {
2622
pluginName = "FindViewForAndroid"
2723
updateSinceUntilBuild = false
@@ -32,6 +28,36 @@ intellij {
3228
patchPluginXml {
3329
version = project.version
3430
sinceBuild = '173'
35-
untilBuild = '202.*'
31+
// untilBuild = '202.*'
32+
changeNotes = """
33+
<b>1.2.2</b>
34+
<ul>
35+
<li>Recompile for Android studio 4.1</li>
36+
</ul>
37+
<b>1.2.1</b>
38+
<ul>
39+
<li>fix AndroidX support</li>
40+
</ul>
41+
<b>1.2.0</b>
42+
<ul>
43+
<li>add <a href="https://github.com/airbnb/epoxy">Epoxy</a> support</li>
44+
</ul>
45+
<b>1.1.3</b>
46+
<ul>
47+
<li>fix bug</li>
48+
</ul>
49+
<b>1.1.2</b>
50+
<ul>
51+
<li>modify dialog size</li>
52+
</ul>
53+
<b>1.1.1</b>
54+
<ul>
55+
<li>fix bug.</li>
56+
<li>add option 'local variable'.</li>
57+
</ul>
58+
<b>1.1</b>
59+
<ul>
60+
<li>add the function of automatically generating code in the Java or Kotlin class.</li>
61+
</ul>"""
3662
}
3763

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

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -8,46 +8,6 @@
88
]]>
99
</description>
1010

11-
<change-notes><![CDATA[
12-
<b>1.2.1</b>
13-
<ul>
14-
<li>fix AndroidX support</li>
15-
</ul>
16-
<b>1.2.0</b>
17-
<ul>
18-
<li>add <a href="https://github.com/airbnb/epoxy">Epoxy</a> support</li>
19-
</ul>
20-
<b>1.1.3</b>
21-
<ul>
22-
<li>fix bug</li>
23-
</ul>
24-
<b>1.1.2</b>
25-
<ul>
26-
<li>modify dialog size</li>
27-
</ul>
28-
<b>1.1.1</b>
29-
<ul>
30-
<li>fix bug.</li>
31-
<li>add option 'local variable'.</li>
32-
</ul>
33-
<b>1.1</b>
34-
<ul>
35-
<li>add the function of automatically generating code in the Java or Kotlin class.</li>
36-
</ul>
37-
]]>
38-
</change-notes>
39-
40-
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
41-
42-
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
43-
on how to target different products -->
44-
<!-- uncomment to enable plugin in all products
45-
<depends>com.intellij.modules.lang</depends>
46-
-->
47-
48-
<extensions defaultExtensionNs="com.intellij">
49-
<!-- Add your extensions here -->
50-
</extensions>
5111
<depends>com.intellij.modules.platform</depends>
5212
<depends>org.jetbrains.kotlin</depends>
5313
<depends>com.intellij.modules.java</depends>

0 commit comments

Comments
 (0)