Release 0.4.1

This commit is contained in:
len
2016-12-18 21:05:33 +01:00
parent d180631877
commit fd76255cf6
2 changed files with 18 additions and 2 deletions

View File

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