Version 5.7

This commit is contained in:
Dominik Schürmann
2021-03-17 12:32:55 +01:00
parent 1dba1ec86e
commit 64f4d7aaa4
4 changed files with 8 additions and 4 deletions

View File

@@ -92,8 +92,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 29
versionCode 56200
versionName "5.6.2"
versionCode 57000
versionName "5.7"
applicationId "org.sufficientlysecure.keychain"
// the androidjunitrunner is broken regarding coverage, see here:
// https://code.google.com/p/android/issues/detail?id=170607

View File

@@ -1,5 +1,9 @@
[//]: # (NOTE: Please put every sentence in its own line, Transifex puts every line in its own translation field!)
## 5.7
* Fixes for Curve25519
* IDEA cipher is now considered insecure
## 5.6
* Compatibility with Android 10 and higher
* Several bug fixes