Bump version to next release

This commit is contained in:
NerdNumber9
2018-07-08 19:49:33 -04:00
parent 6ae90e0a7d
commit 1fd105ac56
2 changed files with 10 additions and 2 deletions

View File

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