Skip to content

Commit 99b97ac

Browse files
author
az4521
committed
bump version + changelog
1 parent 328674f commit 99b97ac

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ android {
4343
minSdkVersion 21
4444
targetSdkVersion 29
4545
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
46-
versionCode 8720
47-
versionName "v8.7.2-AZ"
46+
versionCode 8730
47+
versionName "v8.7.3-AZ"
4848

4949
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
5050
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""

app/src/main/res/raw/changelog_release.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog bulletedList="true">
3+
<changelogversion versionName="v8.7.3-AZ" changeDate="">
4+
<changelogtext>updated EH/EXH to their new pagination systems</changelogtext>
5+
</changelogversion>
36
<changelogversion versionName="v8.7.2-AZ" changeDate="">
47
<changelogtext>add ability to change user agent in advanced settings</changelogtext>
58
<changelogtext>fix some small issues with the light theme</changelogtext>

0 commit comments

Comments
 (0)