Version 5.7
This commit is contained in:
@@ -92,8 +92,8 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 56200
|
versionCode 57000
|
||||||
versionName "5.6.2"
|
versionName "5.7"
|
||||||
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
|
||||||
|
|||||||
@@ -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.7
|
||||||
|
* Fixes for Curve25519
|
||||||
|
* IDEA cipher is now considered insecure
|
||||||
|
|
||||||
## 5.6
|
## 5.6
|
||||||
* Compatibility with Android 10 and higher
|
* Compatibility with Android 10 and higher
|
||||||
* Several bug fixes
|
* Several bug fixes
|
||||||
|
|||||||
2
extern/openpgp-api-lib
vendored
2
extern/openpgp-api-lib
vendored
Submodule extern/openpgp-api-lib updated: 20eb5e5b45...0fa77ca8b1
@@ -19,6 +19,6 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.open-keychain.open-keychain:sshauthentication-api:-SNAPSHOT'
|
implementation 'com.github.open-keychain.open-keychain:sshauthentication-api:v5.7'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user