Example gradle with incrementing version (based on commits count)
Just an example how use commits count value as a build number of app. buildscript { //... } repositories { //... } def cmd = 'git rev-list --all --count' def…
Just an example how use commits count value as a build number of app. buildscript { //... } repositories { //... } def cmd = 'git rev-list --all --count' def…