Sorts the dependencies block within Gradle files for an Android app
Creating a release tag that follows release/x.x.x
will create a Github release with the relevant artifacts.
-
To format all files at once, under the
Tools
menuTools > Format All Gradle Files
-
To format a single file, right-click on the file
Right click on editor > Format Gradle File
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Gradle File Sorter" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...