Add commit number to version name in debug version

This commit is contained in:
len 2016-04-06 17:10:43 +02:00
parent 7c503648ff
commit 1844b8c5a2

View File

@ -51,6 +51,7 @@ android {
buildTypes {
debug {
versionNameSuffix ".${getCommitCount()}"
applicationIdSuffix ".debug"
}
release {