Version 5.6.2

This commit is contained in:
Dominik Schürmann 2021-02-18 10:41:25 +01:00
parent c288448c12
commit 38f50c2af6
1 changed files with 2 additions and 2 deletions

View File

@ -96,8 +96,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 29
versionCode 56100
versionName "5.6.1"
versionCode 56200
versionName "5.6.2"
applicationId "org.sufficientlysecure.keychain"
// the androidjunitrunner is broken regarding coverage, see here:
// https://code.google.com/p/android/issues/detail?id=170607