Release v0.7.0

This commit is contained in:
inorichi
2018-03-11 12:10:56 +01:00
parent fcdb80830b
commit 0d5b8edf31
3 changed files with 25 additions and 88 deletions

View File

@@ -38,8 +38,8 @@ android {
minSdkVersion 16
targetSdkVersion 27
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 32
versionName "0.6.8"
versionCode 33
versionName "0.7.0"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""