Bump version number and add changelog

This commit is contained in:
NerdNumber9
2019-08-13 01:16:33 -04:00
parent da12a4b17f
commit 6f6490b7ac
2 changed files with 13 additions and 2 deletions

View File

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