Version 6.0.2

This commit is contained in:
Vincent Breitmoser
2024-02-18 23:05:42 +01:00
parent 834abecac0
commit c9e86b00ed

View File

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