mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
Update plugin for 192.4, rewrite pycharm products page.
This commit is contained in:
parent
1eaff494d6
commit
29f3810659
@ -22,6 +22,7 @@ dependencies {
|
||||
intellij {
|
||||
version '2019.2.4'
|
||||
type 'PY'
|
||||
updateSinceUntilBuild = false
|
||||
}
|
||||
|
||||
patchPluginXml {
|
||||
|
@ -9,8 +9,8 @@
|
||||
<!-- The version of this plugin -->
|
||||
<version>0.1.0</version>
|
||||
|
||||
<!-- Must match the PyCharm build -->
|
||||
<idea-version since-build="192.3"/>
|
||||
<!-- Must match the target PyCharm build -->
|
||||
<idea-version since-build="192.4"/>
|
||||
|
||||
<!-- Requires the python plugin to run -->
|
||||
<depends>com.intellij.modules.python</depends>
|
||||
|
Loading…
x
Reference in New Issue
Block a user