Version 5.7.3

This commit is contained in:
Dominik Schürmann 2021-04-03 14:35:55 +02:00
parent df2356995c
commit 8f59c6f73b
1 changed files with 2 additions and 2 deletions

View File

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