Release 0.8.3

This commit is contained in:
inorichi
2019-04-13 14:18:10 +02:00
parent 3533359fae
commit 38ba8852a3
2 changed files with 18 additions and 104 deletions

View File

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