Bump version: v0.3.4
This commit is contained in:
parent
7cd2523c86
commit
3f28f51f93
|
@ -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 {
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
* The ANSWER_PHONE_CALLS permission is not requested before Android 9.
|
||||
* Changed notification category.
|
||||
* Updated dependencies.
|
Loading…
Reference in New Issue