mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Bumped version to 4.6.13 + updated CHANGELOG
This commit is contained in:
parent
dbb21a20e1
commit
673889bad4
2 changed files with 9 additions and 3 deletions
|
|
@ -10,6 +10,12 @@ 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.6.13] - 2022-08-25
|
||||
|
||||
### Fixed
|
||||
- Disable Telecom Manager feature on Android < 10 to prevent crash due to Android 9 OS bug
|
||||
- Fixed crash due to AAudio's waitForStateChange (SDK fix)
|
||||
|
||||
## [4.6.12] - 2022-07-29
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ plugins {
|
|||
id 'org.jlleitschuh.gradle.ktlint'
|
||||
}
|
||||
|
||||
def appVersionName = "4.6.12"
|
||||
def appVersionCode = 40612 // 4.06.12
|
||||
def appVersionName = "4.6.13"
|
||||
def appVersionCode = 40613 // 4.06.13
|
||||
|
||||
static def getPackageName() {
|
||||
return "org.linphone"
|
||||
|
|
@ -218,7 +218,7 @@ dependencies {
|
|||
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
||||
implementation "androidx.security:security-crypto-ktx:1.1.0-alpha03"
|
||||
implementation 'androidx.core:core-splashscreen:1.0.0-beta02'
|
||||
implementation 'androidx.core:core-splashscreen:1.0.0'
|
||||
|
||||
implementation 'com.google.android.material:material:1.5.0'
|
||||
implementation 'com.google.android.flexbox:flexbox:3.0.0'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue