Version 5.6

This commit is contained in:
Dominik Schürmann
2021-02-14 18:21:08 +01:00
parent e0c444d730
commit 1d4c7e4e73
2 changed files with 6 additions and 2 deletions

View File

@@ -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