Version 5.4

This commit is contained in:
Dominik Schürmann 2019-10-22 16:39:09 +02:00
parent a403676a6f
commit ef0ea27f51
1 changed files with 2 additions and 2 deletions

View File

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