How to increment build number with Gradle and/or IntelliJ?
The question is not related with Android, it is normal Java App.
Increment should occur either on each build or on special task run.
I have following line in my build.gradle
version = '0.1.3-SNAPSHOT'
apparently, this doesn't contain build part?