Release v0.7.3

This commit is contained in:
inorichi
2018-04-28 11:10:29 +02:00
parent 32db1e3045
commit f8a03226ee
2 changed files with 16 additions and 2 deletions

View File

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