summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVyacheslav Gerasimov <vyacheslav.gerasimov@jetbrains.com>2018-06-26 17:40:15 +0300
committerGitHub <noreply@github.com>2018-06-26 17:40:15 +0300
commita41469484d3573ff34b2d3c29e14af01336d3c7d (patch)
treedfcec576ccd65619d0b6fa36de4725c18fc38603
parentb2836fa1952f827069bbc7f6bff763a45940c678 (diff)
downloadkotlin-a41469484d3573ff34b2d3c29e14af01336d3c7d.tar.gz
Allow plugin installation on Android Studio 3.2 Beta 1
-rw-r--r--idea/src/META-INF/plugin.xml.as322
1 files changed, 1 insertions, 1 deletions
diff --git a/idea/src/META-INF/plugin.xml.as32 b/idea/src/META-INF/plugin.xml.as32
index a76945d0765..7a1e7e366b6 100644
--- a/idea/src/META-INF/plugin.xml.as32
+++ b/idea/src/META-INF/plugin.xml.as32
@@ -6,7 +6,7 @@
<version>@snapshot@</version>
<vendor url="http://www.jetbrains.com">JetBrains</vendor>
- <idea-version since-build="181.4668.68.32.4763614" until-build="181.4668.68.32.*"/>
+ <idea-version since-build="181.4668.68.32.4763614" until-build="181.4892.42.32.*"/>
<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.modules.androidstudio</depends>