release 2.8.10.1 with security fix

update WebRTC to Version 1.0.32006 / M86
Vulnerability: https://googleprojectzero.blogspot.com/2020/08/exploiting-android-messengers-part-3.html
This commit is contained in:
genofire 2020-08-28 17:31:24 +02:00
parent 35e064949d
commit 2cd0993534
2 changed files with 3 additions and 2 deletions

View File

@ -96,8 +96,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 397 versionCode 398
versionName "2.8.10" versionName "2.8.10.1"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.sum7.conversations" applicationId "eu.sum7.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId

View File

@ -0,0 +1 @@
• WebRTC update (with security fixes)