Version 6.0.3

This commit is contained in:
Vincent Breitmoser
2024-02-23 14:12:06 +01:00
parent 1e584a368d
commit 290ccf049e

View File

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