Release 0.3.2

This commit is contained in:
len
2016-10-30 17:39:16 +01:00
parent 52e1e93f9d
commit dcbd72e64d
3 changed files with 11 additions and 2 deletions

View File

@@ -42,8 +42,8 @@ android {
minSdkVersion 16
targetSdkVersion 24
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 12
versionName "0.3.1"
versionCode 13
versionName "0.3.2"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""