diff --git a/app/build.gradle b/app/build.gradle index 5d77026f0..6cee7d52c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,8 +42,8 @@ android { minSdkVersion 16 targetSdkVersion 25 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - versionCode 5001 - versionName "v5.0.1-EH" + versionCode 5002 + versionName "v5.0.2-EH" buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\"" buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\"" diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index 8b05351e2..851dee3a1 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,8 @@ + + EH: Fix nhentai source only showing first page. + EH: Add the ability to download favorites from your E-Hentai/ExHentai account.