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:
parent
35e064949d
commit
2cd0993534
|
@ -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
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
• WebRTC update (with security fixes)
|
Loading…
Reference in New Issue