Bump version number and add changelog
This commit is contained in:
parent
e747686ad8
commit
2a27eacf5e
@ -40,8 +40,8 @@ android {
|
|||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 8403
|
versionCode 8404
|
||||||
versionName "v8.4.3-EH"
|
versionName "v8.4.4-EH"
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<changelog bulletedList="true">
|
||||||
|
<changelogversion versionName="v8.4.4-EH" changeDate="">
|
||||||
|
<changelogtext>Fix MangaPlus extension not working</changelogtext>
|
||||||
|
<changelogtext>General performance improvements</changelogtext>
|
||||||
|
</changelogversion>
|
||||||
|
|
||||||
<changelogversion versionName="v8.4.3-EH" changeDate="">
|
<changelogversion versionName="v8.4.3-EH" changeDate="">
|
||||||
<changelogtext>Remove useless help button in sidebar</changelogtext>
|
<changelogtext>Remove useless help button in sidebar</changelogtext>
|
||||||
<changelogtext>Add HBrowse source</changelogtext>
|
<changelogtext>Add HBrowse source</changelogtext>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user