Version 6.0.4

This commit is contained in:
Vincent Breitmoser
2024-02-26 17:17:23 +01:00
parent 901a7a73bc
commit f0f35c6a66
2 changed files with 7 additions and 2 deletions

View File

@@ -95,8 +95,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 34
versionCode 60300
versionName "6.0.3"
versionCode 60400
versionName "6.0.4"
applicationId "org.sufficientlysecure.keychain"
// the androidjunitrunner is broken regarding coverage, see here:
// https://code.google.com/p/android/issues/detail?id=170607