4.1 release
This commit is contained in:
parent
a6dbda0dff
commit
6fe6d516cb
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.
|
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.1.0] - 2019-xx-xx
|
## [4.1.0] - 2019-05-03
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- End-to-end encryption for instant messaging, for both one-to-one and group conversations.
|
- End-to-end encryption for instant messaging, for both one-to-one and group conversations.
|
||||||
|
|
|
@ -72,7 +72,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 4123
|
versionCode 4124
|
||||||
versionName "4.1"
|
versionName "4.1"
|
||||||
applicationId getPackageName()
|
applicationId getPackageName()
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
@ -167,7 +167,7 @@ dependencies {
|
||||||
debugImplementation project(path: ":linphone-sdk-android", configuration: 'debug')
|
debugImplementation project(path: ":linphone-sdk-android", configuration: 'debug')
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
implementation "org.linphone:linphone-sdk-android:4.1-366-g1b22291"
|
implementation "org.linphone:linphone-sdk-android:4.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (firebaseEnabled()) {
|
if (firebaseEnabled()) {
|
||||||
|
|
Loading…
Reference in a new issue