Bump version: v0.5.10

This commit is contained in:
xynngh 2020-10-26 23:37:59 +04:00
parent e052f6872f
commit e61c894d3e
2 changed files with 7 additions and 3 deletions

View File

@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
## [0.5.10] - 2020-10-26
### Changed
- `ID` and `numberOfCalls` are now optional fields for blacklist import (`pattern` is the only required field now).
@ -405,7 +408,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Offline database with manual updates.
[unreleased]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.9...master
[unreleased]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.10...master
[0.5.10]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.9...v0.5.10
[0.5.9]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.8...v0.5.9
[0.5.8]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.7...v0.5.8
[0.5.7]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.6...v0.5.7

View File

@ -7,8 +7,8 @@ android {
applicationId "dummydomain.yetanothercallblocker"
minSdkVersion 14
targetSdkVersion 29
versionCode 5090
versionName "0.5.9"
versionCode 5100
versionName "0.5.10"
javaCompileOptions {
annotationProcessorOptions {