Release 0.4.0

This commit is contained in:
len 2016-12-03 16:54:29 +01:00
parent 2e39be6625
commit d971768056
3 changed files with 34 additions and 48 deletions

View file

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