Bump version: v0.3.3
This commit is contained in:
parent
f14a65dfda
commit
88fba070b1
|
@ -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 {
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
* Proper call blocking on Android 9.
|
||||||
|
* Fixed handling of new calls during active calls.
|
Loading…
Reference in New Issue