Version 5.7.2

This commit is contained in:
Dominik Schürmann 2021-03-27 19:29:13 +01:00
parent 9ed56eed5e
commit 663fb1259f
1 changed files with 2 additions and 2 deletions

View File

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