Skip to content

Commit

Permalink
v1.19 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
aj3423 committed Jul 24, 2024
1 parent 9daa541 commit 7a4cb95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId = "spam.blocker"
minSdk = 29
targetSdk = 34
versionCode = 118
versionName = "1.18"
versionCode = 119
versionName = "1.19"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
10 changes: 10 additions & 0 deletions metadata/en-US/changelogs/119.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
improvement:
- add context menu for history record
- Add to new rule
- Copy number
- language
- add "follow system"(by default)
- add icons
- show double-sms warning when notification is enabled for the default sms app
fix:
- low probability crash: "Exception: unable to find fragment constructor"

0 comments on commit 7a4cb95

Please sign in to comment.