Bump version: v0.3.2

This commit is contained in:
xynngh 2019-12-01 14:49:13 +04:00
parent 27e20030e2
commit 7b13e155f1
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 310 versionCode 3020
versionName "0.3.1" versionName "0.3.2"
} }
signingConfigs { signingConfigs {
def keystoreProperties = new Properties() def keystoreProperties = new Properties()

View File

@ -0,0 +1,2 @@
* Add a system permission for call blocking on Android 9.
* Recreate notification channels on every startup to improve localization.