- Check out the project, open it in Intellij IDEA
- Check that plugin works correctly in the latest stable version of Android Studio:
- Set the
platformVersion
to the stable version from this list. - Check TODOs related to platform version upgrades
- Launch the plugin by running "Run Plugin" configuration (
./gradlew :runIde
)
- Set the
- Increment
pluginVersion
in gradle.properties - Run this GitHub Action
- Add a changelog to the new GitHub release in the GitHub UI.