Upgrade version name too
This commit is contained in:
parent
38c5234e46
commit
57c54fa275
@ -40,7 +40,7 @@ android {
|
|||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 9
|
versionCode 9
|
||||||
versionCode project.findProperty('versionCode')?.toInteger() ?: 9
|
versionCode project.findProperty('versionCode')?.toInteger() ?: 9
|
||||||
versionName "0.2.2"
|
versionName "0.2.2-1"
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user