4.1 release

This commit is contained in:
Sylvain Berfini 2019-05-03 11:29:04 +02:00
parent a6dbda0dff
commit 6fe6d516cb
2 changed files with 3 additions and 3 deletions

View file

@ -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.1.0] - 2019-xx-xx
## [4.1.0] - 2019-05-03
### Added
- End-to-end encryption for instant messaging, for both one-to-one and group conversations.

View file

@ -72,7 +72,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 28
versionCode 4123
versionCode 4124
versionName "4.1"
applicationId getPackageName()
multiDexEnabled true
@ -167,7 +167,7 @@ dependencies {
debugImplementation project(path: ":linphone-sdk-android", configuration: 'debug')
}
} else {
implementation "org.linphone:linphone-sdk-android:4.1-366-g1b22291"
implementation "org.linphone:linphone-sdk-android:4.2"
}
}
if (firebaseEnabled()) {