Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 693 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (9 loc) · 693 Bytes

How to release a new version

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