Release 0.5.1

This commit is contained in:
len
2017-03-19 11:58:56 +01:00
parent abe1929b49
commit 4be5f0dab3
2 changed files with 14 additions and 2 deletions

View File

@@ -38,8 +38,8 @@ android {
minSdkVersion 16
targetSdkVersion 25
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 20
versionName "0.5.0"
versionCode 21
versionName "0.5.1"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""