Version 6.0.1

This commit is contained in:
Vincent Breitmoser
2024-02-16 10:44:15 +01:00
parent 545a45842a
commit 3d70875726

View File

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