Version 5.7.1

This commit is contained in:
Dominik Schürmann
2021-03-18 17:25:49 +01:00
parent 3dfa1af046
commit 43b85e12ea
3 changed files with 4 additions and 4 deletions

View File

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