From f469813caaa129f93d4789f894ed502abadf81af Mon Sep 17 00:00:00 2001 From: Alex Li Date: Fri, 25 Jul 2025 00:29:28 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Flip=20`org.jetbrains.?= =?UTF-8?q?android`=20to=20optional?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/META-INF/android-contribs.xml | 3 +++ resources/META-INF/plugin.xml | 4 +++- resources/META-INF/plugin_template.xml | 4 +++- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 resources/META-INF/android-contribs.xml diff --git a/resources/META-INF/android-contribs.xml b/resources/META-INF/android-contribs.xml new file mode 100644 index 000000000..41d9fe2bf --- /dev/null +++ b/resources/META-INF/android-contribs.xml @@ -0,0 +1,3 @@ + + + diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index e792c0611..af55cb6a5 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -29,7 +29,6 @@ com.intellij.modules.lang com.intellij.modules.xdebugger org.jetbrains.plugins.yaml - org.jetbrains.android Dart Git4Idea @@ -43,6 +42,9 @@ com.google.tools.ij.aiplugin + + org.jetbrains.android + com.intellij.modules.androidstudio diff --git a/resources/META-INF/plugin_template.xml b/resources/META-INF/plugin_template.xml index 8eea4869f..68fc308c0 100644 --- a/resources/META-INF/plugin_template.xml +++ b/resources/META-INF/plugin_template.xml @@ -27,7 +27,6 @@ com.intellij.modules.lang com.intellij.modules.xdebugger org.jetbrains.plugins.yaml - org.jetbrains.android Dart Git4Idea @@ -41,6 +40,9 @@ com.google.tools.ij.aiplugin + + org.jetbrains.android + @DEPEND@ From 048f1d175e702c6e618d33ba56956a7812bae40d Mon Sep 17 00:00:00 2001 From: Alex Li Date: Fri, 25 Jul 2025 00:30:06 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20Update=20AUTHORS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AUTHORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 462c0a304..ddaa79f3a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,7 +13,7 @@ ChangJoo Park Amol Grover Jeremy Judeaux Letticia Nicoli -Alex Li +Alex Li Marcus Tomlinson Juyeong Lee Hrishikesh Kadam