Skip to content

Commit

Permalink
bump version + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
az4521 committed Dec 28, 2022
1 parent 328674f commit 99b97ac
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -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()}\""
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="v8.7.3-AZ" changeDate="">
<changelogtext>updated EH/EXH to their new pagination systems</changelogtext>
</changelogversion>
<changelogversion versionName="v8.7.2-AZ" changeDate="">
<changelogtext>add ability to change user agent in advanced settings</changelogtext>
<changelogtext>fix some small issues with the light theme</changelogtext>
Expand Down

0 comments on commit 99b97ac

Please sign in to comment.