mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
4.5.6 release
This commit is contained in:
parent
46f56888c5
commit
b50a483171
2 changed files with 7 additions and 2 deletions
|
|
@ -10,6 +10,11 @@ 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.6] - 2021-11-08
|
||||
|
||||
### Changed
|
||||
- SDK updated to 5.0.49
|
||||
|
||||
## [4.5.5] - 2021-10-28
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ if (crashlyticsEnabled()) {
|
|||
|
||||
def gitBranch = new ByteArrayOutputStream()
|
||||
task getGitVersion() {
|
||||
def gitVersion = "4.5.5"
|
||||
def gitVersion = "4.5.6"
|
||||
def gitVersionStream = new ByteArrayOutputStream()
|
||||
def gitCommitsCount = new ByteArrayOutputStream()
|
||||
def gitCommitHash = new ByteArrayOutputStream()
|
||||
|
|
@ -89,7 +89,7 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 30
|
||||
versionCode 4550
|
||||
versionCode 4560
|
||||
versionName "${project.version}"
|
||||
applicationId getPackageName()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue