Skip to content

Commit

Permalink
bump version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
az4521 committed Jul 15, 2022
1 parent 0845a0c commit 945696f
Show file tree
Hide file tree
Showing 2 changed files with 8 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 8700
versionName "v8.7.0-AZ"
versionCode 8710
versionName "v8.7.1-AZ"

buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="v8.7.1-AZ" changeDate="">
<changelogtext>Update webview (Fixes some cloudflare issues)</changelogtext>
<changelogtext>Fix the library search issue with tags containing "-" (searching "x-ray" no longer searches for "x -ray")</changelogtext>
<changelogtext>Fix tracking not working when reading chapters</changelogtext>
<changelogtext>ᗜˬᗜ</changelogtext>
</changelogversion>
<changelogversion versionName="v8.7.0-AZ" changeDate="">
<changelogtext>Add support for 1.3 extlib (this means extensions will work again)</changelogtext>
</changelogversion>
Expand Down

0 comments on commit 945696f

Please sign in to comment.