Bump version: v0.3.3

This commit is contained in:
xynngh 2020-01-16 15:16:23 +04:00
parent f14a65dfda
commit 88fba070b1
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -0,0 +1,2 @@
* Proper call blocking on Android 9.
* Fixed handling of new calls during active calls.