Release v7.2.3

This commit is contained in:
NerdNumber9 2018-04-18 21:15:11 -04:00
parent e7c48a98df
commit 5cc38c1369
2 changed files with 9 additions and 2 deletions

View File

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

View File

@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true"> <changelog bulletedList="true">
<changelogversion versionName="v7.2.3-EH" changeDate="">
<changelogtext>Fix app crashing on some older devices (again)</changelogtext>
<changelogtext>Fix app crashing sometimes when long-pressing the back/menu button in the top left</changelogtext>
</changelogversion>
<changelogversion versionName="v7.2.2-EH" changeDate="">
<changelogtext>Fix app crashing on some older devices</changelogtext>
</changelogversion>
<changelogversion versionName="v7.2.0-EH" changeDate=""> <changelogversion versionName="v7.2.0-EH" changeDate="">
<changelogtext>Fix Tsumino search page offset</changelogtext> <changelogtext>Fix Tsumino search page offset</changelogtext>
<changelogtext>Added hitomi.la source (searching is still very slow/buggy)</changelogtext> <changelogtext>Added hitomi.la source (searching is still very slow/buggy)</changelogtext>