Release v5.0.2.

This commit is contained in:
NerdNumber9 2017-03-16 23:12:38 -04:00
parent 5c671de29e
commit a243aeafba
2 changed files with 5 additions and 2 deletions

View File

@ -42,8 +42,8 @@ android {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 25 targetSdkVersion 25
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 5001 versionCode 5002
versionName "v5.0.1-EH" versionName "v5.0.2-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,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true"> <changelog bulletedList="true">
<changelogversion versionName="v5.0.2" changeDate="">
<changelogtext>EH: Fix nhentai source only showing first page.</changelogtext>
</changelogversion>
<changelogversion versionName="v5.0.1" changeDate=""> <changelogversion versionName="v5.0.1" changeDate="">
<changelogtext>EH: Add the ability to download favorites from your E-Hentai/ExHentai account.</changelogtext> <changelogtext>EH: Add the ability to download favorites from your E-Hentai/ExHentai account.</changelogtext>