Bump version: v0.5.11
This commit is contained in:
parent
8813698345
commit
171272fa2b
|
@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
Nothing.
|
||||||
|
|
||||||
|
|
||||||
|
## [0.5.11] - 2020-11-08
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- An option to disable notifications for blocked calls on old Android versions.
|
- An option to disable notifications for blocked calls on old Android versions.
|
||||||
|
@ -422,7 +427,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
- Offline database with manual updates.
|
- Offline database with manual updates.
|
||||||
|
|
||||||
|
|
||||||
[unreleased]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.10...master
|
[unreleased]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.11...master
|
||||||
|
[0.5.11]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.10...v0.5.11
|
||||||
[0.5.10]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.9...v0.5.10
|
[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.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.8]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.7...v0.5.8
|
||||||
|
|
|
@ -7,8 +7,8 @@ android {
|
||||||
applicationId "dummydomain.yetanothercallblocker"
|
applicationId "dummydomain.yetanothercallblocker"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 5100
|
versionCode 5110
|
||||||
versionName "0.5.10"
|
versionName "0.5.11"
|
||||||
|
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
annotationProcessorOptions {
|
annotationProcessorOptions {
|
||||||
|
|
Loading…
Reference in New Issue