Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Sep 1, 2022
1 parent 3bbf49b commit 6cfa21f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Added
- Configure classpath for run-based tasks using `package-info.json` provided with IntelliJ SDK 2022.3+
- The [`verifyPluginConfiguration`](https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#tasks-verifypluginconfiguration) task for validating the plugin project configuration.
- Make Android Studio (`AI` type) available for resolving as SDK.

### Changed
- Change `IntelliJPluginConstants.ANDROID_STUDIO_PRODUCTS_RELEASES_URL` to `https://jb.gg/android-studio-releases-list.xml`
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=1.8.1
snapshotVersion=1.9.0
version=1.9.0
snapshotVersion=1.10.0
snapshot=false
ossrhUsername=
ossrhPassword=
Expand Down

0 comments on commit 6cfa21f

Please sign in to comment.