mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Bumped version number to 4.5.2
This commit is contained in:
parent
7a426a52e4
commit
4032b7cac8
2 changed files with 19 additions and 2 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -10,6 +10,23 @@ Group changes to describe their impact on the project, as follows:
|
|||
Fixed for any bug fixes.
|
||||
Security to invite users to upgrade in case of vulnerabilities.
|
||||
|
||||
## [4.5.2] - 2021-08-27
|
||||
|
||||
### Added
|
||||
- Added a contact cache at app level
|
||||
- Glide cache cleared on low memory
|
||||
|
||||
### Changed
|
||||
- Fixed encrypted file export when VFS is enabled
|
||||
- Fixed in-app video player size when VFS is enabled
|
||||
- Fixed background mode setting
|
||||
- Fixed proximity sensor during calls
|
||||
- Fixed missing notification for missed call when call history view is active
|
||||
- Fixed shortcuts on launcher
|
||||
- Fixed a few memory leaks
|
||||
- Fixed various crashes & other issues
|
||||
- SDK bumped to 5.0.10
|
||||
|
||||
## [4.5.1] - 2021-07-15
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ if (crashlyticsEnabled()) {
|
|||
|
||||
def gitBranch = new ByteArrayOutputStream()
|
||||
task getGitVersion() {
|
||||
def gitVersion = "4.5.1"
|
||||
def gitVersion = "4.5.2"
|
||||
def gitVersionStream = new ByteArrayOutputStream()
|
||||
def gitCommitsCount = new ByteArrayOutputStream()
|
||||
def gitCommitHash = new ByteArrayOutputStream()
|
||||
|
|
@ -89,7 +89,7 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 30
|
||||
versionCode 4510
|
||||
versionCode 4520
|
||||
versionName "${project.version}"
|
||||
applicationId getPackageName()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue