Release version 5.0.0.

This commit is contained in:
NerdNumber9
2017-03-09 20:53:28 -05:00
parent 811bca18d9
commit 492adb7035
2 changed files with 16 additions and 3 deletions

View File

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