Skip to content

Commit

Permalink
Add support for the older IDE versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pszklarska committed Dec 13, 2021
1 parent f672e85 commit 149ab51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# Flutter Pub Version Checker Changelog

## [Unreleased]
### Added
- Support for the older IntelliJ IDEA versions

## [1.3.2] - 2021-12-12
### Added
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

pluginGroup = pl.pszklarska.pubversionchecker
pluginName = Flutter Pub Version Checker
pluginVersion = 1.3.2
pluginVersion = 1.3.3

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 211.*
pluginSinceBuild = 200.*
pluginUntilBuild = 300

# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
pluginVerifierIdeVersions = 2019.3.5, 2020.1.4, 2020.2.4, 2020.3.4, 2021.1.3, 2021.2.3, 2021.3
pluginVerifierIdeVersions = 2020.1.1, 2020.1.4, 2020.2.4, 2020.3.4, 2021.1.3, 2021.2.3, 2021.3

platformType = IC
platformVersion = 2021.2.2
Expand Down

0 comments on commit 149ab51

Please sign in to comment.