mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-25 22:08:38 +00:00
Release 4.2.2
This commit is contained in:
parent
27ddc2325a
commit
378fe76cc9
2 changed files with 9 additions and 2 deletions
|
|
@ -10,6 +10,13 @@ Group changes to describe their impact on the project, as follows:
|
||||||
Fixed for any bug fixes.
|
Fixed for any bug fixes.
|
||||||
Security to invite users to upgrade in case of vulnerabilities.
|
Security to invite users to upgrade in case of vulnerabilities.
|
||||||
|
|
||||||
|
## [4.2.2] - 2020-02-24
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Fixed various issues
|
||||||
|
- Updated SDK to 4.3.1
|
||||||
|
- Removed AAudio plugin for now (we have observed quality issues on some popular devices with their latest updates)
|
||||||
|
|
||||||
## [4.2.1] - 2020-01-13
|
## [4.2.1] - 2020-01-13
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ static def isLocalAarAvailable() {
|
||||||
}
|
}
|
||||||
|
|
||||||
task getGitVersion() {
|
task getGitVersion() {
|
||||||
def gitVersion = "4.2.1"
|
def gitVersion = "4.2.2"
|
||||||
def gitVersionStream = new ByteArrayOutputStream()
|
def gitVersionStream = new ByteArrayOutputStream()
|
||||||
def gitCommitsCount = new ByteArrayOutputStream()
|
def gitCommitsCount = new ByteArrayOutputStream()
|
||||||
def gitCommitHash = new ByteArrayOutputStream()
|
def gitCommitHash = new ByteArrayOutputStream()
|
||||||
|
|
@ -92,7 +92,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 4215
|
versionCode 4216
|
||||||
versionName "${project.version}"
|
versionName "${project.version}"
|
||||||
applicationId getPackageName()
|
applicationId getPackageName()
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue