diff --git a/app/build.gradle b/app/build.gradle index c5156cf590d6..e4a43763d622 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,8 +43,8 @@ android { minSdkVersion 21 targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionCode 8720 - versionName "v8.7.2-AZ" + versionCode 8730 + versionName "v8.7.3-AZ" 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 e2e039189942..c5119062bfb0 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,8 @@ + + updated EH/EXH to their new pagination systems + add ability to change user agent in advanced settings fix some small issues with the light theme