Skip to content

Commit

Permalink
feat: 适配 Android Studio2021.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LuodiJackShen committed May 22, 2022
1 parent b18a622 commit ee7f1e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ dependencies {

// See https://github.com/JetBrains/gradle-intellij-plugin/
//https://plugins.jetbrains.com/plugin/13122-shell-script/versions
def shPlugin = 'com.jetbrains.sh:211.7442.38'
def shPlugin = 'com.jetbrains.sh:212.4746.58'
//https://plugins.jetbrains.com/plugin/13123-terminal/versions
def terminalPlugin = 'org.jetbrains.plugins.terminal:211.7142.37'
def terminalPlugin = 'org.jetbrains.plugins.terminal:212.5284.17'

intellij {
version intellijVersion
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# android studio 2021.1.1
# https://www.jetbrains.com/intellij-repository/releases
intellijVersion=IU-211.7628.21
intellijVersion=IU-212.5712.43
#thirdPartyPluginVersion=211.7628.21

# android studio 4.1.x
Expand All @@ -18,4 +18,4 @@ intellijVersion=IU-211.7628.21
# android studio 3.6.x
#intellijVersion=IU-192.7142.36

pluginVersion=3.2
pluginVersion=3.3

0 comments on commit ee7f1e6

Please sign in to comment.