Version 5.6
parent
e0c444d730
commit
1d4c7e4e73
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue