mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-02-07 14:58:24 +00:00
4.5.3 release
This commit is contained in:
parent
5489b318bc
commit
9884288257
2 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -10,6 +10,17 @@ 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.3] - 2021-10-04
|
||||
|
||||
### Added
|
||||
- Russian translation
|
||||
|
||||
### Changed
|
||||
- SDK updated to 5.0.31
|
||||
|
||||
### Fixed
|
||||
- AccountSettingsViewModel leak causing number of REGISTER to grow
|
||||
|
||||
## [4.5.2] - 2021-08-27
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ if (crashlyticsEnabled()) {
|
|||
|
||||
def gitBranch = new ByteArrayOutputStream()
|
||||
task getGitVersion() {
|
||||
def gitVersion = "4.5.2"
|
||||
def gitVersion = "4.5.3"
|
||||
def gitVersionStream = new ByteArrayOutputStream()
|
||||
def gitCommitsCount = new ByteArrayOutputStream()
|
||||
def gitCommitHash = new ByteArrayOutputStream()
|
||||
|
|
@ -89,7 +89,7 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 30
|
||||
versionCode 4520
|
||||
versionCode 4530
|
||||
versionName "${project.version}"
|
||||
applicationId getPackageName()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue