Skip to content

Commit

Permalink
Prepare for 1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcoding810 committed Feb 22, 2025
1 parent b81c33e commit fbd7361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- name: Create release
uses: softprops/action-gh-release@v2
with:
draft: true
body: ChangeLog
files: |
hviewer-${{ github.ref_name }}-arm64-v8a-release.apk
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
minSdk = 26
targetSdk = 34
versionCode = 1
versionName = "1.3.3"
versionName = "1.4.1"

buildConfigField("String", "REPO_URL", "\"$repoUrl\"")

Expand Down

0 comments on commit fbd7361

Please sign in to comment.