Version number bump

This commit is contained in:
NerdNumber9
2019-08-09 05:21:43 -04:00
parent 8a7f8c4068
commit a89a36fd4c
2 changed files with 20 additions and 2 deletions

View File

@@ -40,8 +40,8 @@ android {
minSdkVersion 16
targetSdkVersion 28
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 8401
versionName "v8.4.1-EH"
versionCode 8402
versionName "v8.4.2-EH"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""