Skip to content

Commit

Permalink
bump version number + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
az4521 committed Oct 27, 2023
1 parent 76621a3 commit 7a9e398
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 8740
versionName "v8.7.4-AZ"
versionCode 8750
versionName "v8.7.5-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.4-AZ" changeDate="">
<changelogtext>fix cloudflare opening blob:urls in webview</changelogtext>
</changelogversion>
<changelogversion versionName="v8.7.4-AZ" changeDate="">
<changelogtext>added support for 1.4 extlib extensions</changelogtext>
</changelogversion>
Expand Down

0 comments on commit 7a9e398

Please sign in to comment.