Bump version and update changelog
This commit is contained in:
parent
39e0d434ad
commit
a978cb90e8
@ -42,8 +42,8 @@ android {
|
|||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 8400
|
versionCode 8401
|
||||||
versionName "v8.4.0-EH"
|
versionName "v8.4.1-EH"
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
@ -1,5 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<changelog bulletedList="true">
|
||||||
|
<changelogversion versionName="v8.4.1-EH" changeDate="">
|
||||||
|
<changelogtext>Fix app crashing when updating library</changelogtext>
|
||||||
|
<changelogtext>Fix E-Hentai/ExHentai and many other sources not working</changelogtext>
|
||||||
|
<changelogtext>Fix many crashes that occur when the app is run on older Android versions</changelogtext>
|
||||||
|
<changelogtext>Fix autoscroll crashing the reader sometimes</changelogtext>
|
||||||
|
<changelogtext>Fix the app crashing on startup for some users</changelogtext>
|
||||||
|
<changelogtext>Fix multi-select operations crashing the app when the selection is too large</changelogtext>
|
||||||
|
<changelogtext>Add throttling when restoring E-Hentai/ExHentai galleries from backups</changelogtext>
|
||||||
|
</changelogversion>
|
||||||
|
|
||||||
<changelogversion versionName="v8.4.0-EH" changeDate="">
|
<changelogversion versionName="v8.4.0-EH" changeDate="">
|
||||||
<changelogtext>Many crash fixes</changelogtext>
|
<changelogtext>Many crash fixes</changelogtext>
|
||||||
<changelogtext>Sort saved searches alphabetically</changelogtext>
|
<changelogtext>Sort saved searches alphabetically</changelogtext>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user