Release 0.1.3

This commit is contained in:
inorichi
2016-02-03 12:56:12 +01:00
parent 4d47f5a387
commit c204548df5
4 changed files with 9 additions and 9 deletions

View File

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