Version 5.7.4

This commit is contained in:
Dominik Schürmann 2021-04-21 17:02:12 +02:00
parent a9b28dd11c
commit 8c576682e1
1 changed files with 2 additions and 2 deletions

View File

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