Version 5.6.1

This commit is contained in:
Dominik Schürmann 2021-02-17 13:51:41 +01:00
parent bd5ccf155e
commit 94ebbf52b0
1 changed files with 2 additions and 2 deletions

View File

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