Skip to content

Commit

Permalink
Merge pull request #36 from nujz/dev
Browse files Browse the repository at this point in the history
bug fix for idea 2019.3
  • Loading branch information
marius-h authored Mar 29, 2020
2 parents 6edde53 + 98f1bc9 commit fd20efd
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fabric.properties
.mtj.tmp/

# Package Files #
*.jar
#*.jar
*.war
*.nar
*.ear
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ intellij {
version "$ideaVersion"
updateSinceUntilBuild false

plugins = ["kotlin", "yaml", "Dart:$dartVersion", "io.flutter:$flutterVersion", "psiviewer:191.4212"]
plugins = ["Kotlin", "yaml", "Dart:$dartVersion", "io.flutter:$flutterVersion"]
}

publishPlugin {
Expand Down
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.

0 comments on commit fd20efd

Please sign in to comment.