mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Version bumped to 4.6.6
This commit is contained in:
parent
62eea3fdb4
commit
8c24cad87b
2 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ 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.6] - Unreleased
|
||||
## [4.6.6] - 2022-04-26
|
||||
|
||||
### Changed
|
||||
- Prevent requests to LIME X3DH & long term presence servers when not using a sip.linphone.org account
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ plugins {
|
|||
id 'org.jlleitschuh.gradle.ktlint'
|
||||
}
|
||||
|
||||
def appVersionName = "4.6.5"
|
||||
def appVersionCode = 40605 // 4.06.05
|
||||
def appVersionName = "4.6.6"
|
||||
def appVersionCode = 40606 // 4.06.06
|
||||
|
||||
static def getPackageName() {
|
||||
return "org.linphone"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue