Release 0.1.4

This commit is contained in:
inorichi
2016-02-21 15:59:07 +01:00
parent 75ae4081d8
commit 110df59197
4 changed files with 33 additions and 9 deletions

View File

@@ -42,8 +42,8 @@ android {
minSdkVersion 16
targetSdkVersion 23
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 4
versionName "0.1.3"
versionCode 5
versionName "0.1.4"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""