Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Bump version to next release
Browse files Browse the repository at this point in the history
  • Loading branch information
NerdNumber9 committed Jul 8, 2018
1 parent 6ae90e0 commit 1fd105a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()}\""
Expand Down
8 changes: 8 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="v7.4.2-EH" changeDate="">
<changelogtext>Performance improvements for users with E-Hentai hath perks</changelogtext>
<changelogtext>Add additional advanced options to E-Hentai login screen</changelogtext>
<changelogtext>Add "more" button in global search results</changelogtext>
<changelogtext>Fix hitomi.la browse/latest not working</changelogtext>
<changelogtext>Minor performance improvements to hitomi.la search</changelogtext>
<changelogtext>Add ability to reverse search results on E-Hentai/ExHentai</changelogtext>
</changelogversion>
<changelogversion versionName="v7.4.1-EH" changeDate="">
<changelogtext>Fixed autoscroll scrolling wrong direction on right-to-left readers</changelogtext>
<changelogtext>Added retry all button</changelogtext>
Expand Down

0 comments on commit 1fd105a

Please sign in to comment.