Skip to content

Commit

Permalink
1.12 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
aj3423 committed Jun 9, 2024
1 parent 8aabeb4 commit d94057e
Show file tree
Hide file tree
Showing 2 changed files with 14 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 @@ -30,8 +30,8 @@ android {
applicationId = "spam.blocker"
minSdk = 29
targetSdk = 34
versionCode = 111
versionName = "1.11"
versionCode = 112
versionName = "1.12"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
12 changes: 12 additions & 0 deletions metadata/en-US/changelogs/112.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
change:
"answer & hang up" now requires permission READ_CALL_LOG (required for getting incoming number)

new:
call/sms blocking can be enabled individually

fix:
wrong call block reason in notification

improvement:
backup/restore support compressing
use shorter words for translations

0 comments on commit d94057e

Please sign in to comment.