Release 0.3.1

This commit is contained in:
inorichi
2016-10-17 08:32:10 +02:00
parent ade73e6892
commit c9e1e6e020
2 changed files with 6 additions and 2 deletions

View File

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