Version 5.6

This commit is contained in:
Dominik Schürmann 2021-02-14 18:21:08 +01:00
parent e0c444d730
commit 1d4c7e4e73
2 changed files with 6 additions and 2 deletions

View File

@ -96,8 +96,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 29 targetSdkVersion 29
versionCode 55000 versionCode 56000
versionName "5.5" versionName "5.6"
applicationId "org.sufficientlysecure.keychain" applicationId "org.sufficientlysecure.keychain"
// the androidjunitrunner is broken regarding coverage, see here: // the androidjunitrunner is broken regarding coverage, see here:
// https://code.google.com/p/android/issues/detail?id=170607 // 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!) [//]: # (NOTE: Please put every sentence in its own line, Transifex puts every line in its own translation field!)
## 5.6
* Compatibility with Android 10 and higher
* Several bug fixes
## 5.5 ## 5.5
* Fix decryption from clipboard on Android 10 * Fix decryption from clipboard on Android 10