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 {
minSdkVersion 15
targetSdkVersion 29
versionCode 55000
versionName "5.5"
versionCode 56000
versionName "5.6"
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.6
* Compatibility with Android 10 and higher
* Several bug fixes
## 5.5
* Fix decryption from clipboard on Android 10