Release version 5.0.1.

This commit is contained in:
NerdNumber9
2017-03-15 15:03:36 -04:00
parent 2fd64d0ca7
commit e161e5d30d
2 changed files with 9 additions and 3 deletions

View File

@@ -42,8 +42,8 @@ android {
minSdkVersion 16
targetSdkVersion 25
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 5000
versionName "v5.0.0-EH"
versionCode 5001
versionName "v5.0.1-EH"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""