Bump version: v0.4.0

This commit is contained in:
xynngh 2020-05-08 16:37:15 +04:00
parent abba988164
commit 04e3b951ec
2 changed files with 5 additions and 2 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "dummydomain.yetanothercallblocker"
minSdkVersion 14
targetSdkVersion 28
versionCode 3040
versionName "0.3.4"
versionCode 4000
versionName "0.4.0"
javaCompileOptions {
annotationProcessorOptions {

View File

@ -0,0 +1,3 @@
* Display recent calls on the main screen.
* Added an option for special treatment of contacts (never blocked, name is displayed).
* A lot of other small improvements.