summaryrefslogtreecommitdiff
path: root/compose-ide-plugin
diff options
context:
space:
mode:
authorAndrei Kuznetsov <andrei.kuznetsov@jetbrains.com>2021-12-20 19:23:56 +0300
committerDana Dahlstrom <dahlstrom@google.com>2022-01-31 07:00:00 -0800
commit1cb342b36dda6bd8d6e3b53897bc31f98c5da5a9 (patch)
tree9333654f00020fa68c345dfd652a7ca68ff6b9de /compose-ide-plugin
parentdb671ea1560ed0e0bb7a3ca8f7ea1a954ac4e964 (diff)
downloadidea-1cb342b36dda6bd8d6e3b53897bc31f98c5da5a9.tar.gz
IDEA-285138: cleanup compose-ide-plugin/plugin.xml
idea-version is not needed in bundled plugins. Neither it is needed in plugins built from the intellij sources (cherry picked from commit 68777ef49a114c3b8c0261e75ad6ecc73cbef617) Change-Id: I68777ef49a114c3b8c0261e75ad6ecc73cbef617
Diffstat (limited to 'compose-ide-plugin')
-rw-r--r--compose-ide-plugin/src/META-INF/plugin.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/compose-ide-plugin/src/META-INF/plugin.xml b/compose-ide-plugin/src/META-INF/plugin.xml
index 0709d0c987a..7b93ee12264 100644
--- a/compose-ide-plugin/src/META-INF/plugin.xml
+++ b/compose-ide-plugin/src/META-INF/plugin.xml
@@ -20,7 +20,6 @@
<description><![CDATA[The Jetpack Compose IDE plugin]]></description>
<vendor url="http://www.android.com">Android</vendor>
- <idea-version since-build="191.5109.14"/>
<depends>org.jetbrains.android</depends>
<depends>org.jetbrains.kotlin</depends>