Skip to content

Commit

Permalink
Fix AS 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosholgado committed Sep 2, 2020
1 parent 8d85e57 commit 6d00a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ compileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
}
intellij {
version '2018.2.2'
plugins = ['git4idea']
alternativeIdePath '/Applications/Android Studio.app'
localPath '/Applications/Android Studio.App/Contents'
}
patchPluginXml {
changeNotes """
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<depends>com.intellij.modules.lang</depends>
-->
<depends>Git4Idea</depends>
<depends>com.intellij.modules.androidstudio</depends>

<application-components>
<component>
Expand Down

0 comments on commit 6d00a72

Please sign in to comment.