Skip to content

Commit

Permalink
v4.2 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
aj3423 committed Jan 25, 2025
1 parent 19e3fe4 commit 9703e35
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
with:
repo_token: "${{ secrets.SYNC_TOKEN }}"
draft: false
automatic_release_tag: "v4.1"
automatic_release_tag: "v4.2"
prerelease: false
title: ""
files: |
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId = "spam.blocker"
minSdk = 29
targetSdk = 35
versionCode = 401
versionName = "4.1"
versionCode = 402
versionName = "4.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/402.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Improvement
- Answer+HangUp delay, use cases:
- Call recording, set a 8-seconds delay and install a recording app.
- Prevent calls from going to voicemail due to rapid disconnection.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed metadata/en-US/images/phoneScreenshots/2.sms.png
Binary file not shown.

0 comments on commit 9703e35

Please sign in to comment.