Version 5.5

This commit is contained in:
Dominik Schürmann 2020-01-20 17:01:30 +01:00
parent cd7f2c4184
commit 2f0c1415b4
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 28
versionCode 54000
versionName "5.4"
versionCode 55000
versionName "5.5"
applicationId "org.sufficientlysecure.keychain"
// the androidjunitrunner is broken regarding coverage, see here:
// https://code.google.com/p/android/issues/detail?id=170607