Version 5.7.1
This commit is contained in:
parent
3dfa1af046
commit
43b85e12ea
|
@ -92,8 +92,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 29
|
||||
versionCode 57000
|
||||
versionName "5.7"
|
||||
versionCode 57100
|
||||
versionName "5.7.1"
|
||||
applicationId "org.sufficientlysecure.keychain"
|
||||
// the androidjunitrunner is broken regarding coverage, see here:
|
||||
// https://code.google.com/p/android/issues/detail?id=170607
|
||||
|
|
2
extern/openpgp-api-lib
vendored
2
extern/openpgp-api-lib
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 0fa77ca8b1aa5799bba0b65724c34ec767f2375a
|
||||
Subproject commit 89dd28164af4ad48069977e53deaca49b7d0e291
|
|
@ -19,6 +19,6 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.open-keychain.open-keychain:sshauthentication-api:v5.7'
|
||||
implementation 'com.github.open-keychain.open-keychain:sshauthentication-api:v5.7.1'
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue