Bump version: v0.3.4

This commit is contained in:
xynngh 2020-05-02 16:14:38 +04:00
parent 7cd2523c86
commit 3f28f51f93
2 changed files with 5 additions and 2 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "dummydomain.yetanothercallblocker"
minSdkVersion 14
targetSdkVersion 28
versionCode 3030
versionName "0.3.3"
versionCode 3040
versionName "0.3.4"
}
buildTypes {
release {

View File

@ -0,0 +1,3 @@
* The ANSWER_PHONE_CALLS permission is not requested before Android 9.
* Changed notification category.
* Updated dependencies.