Version 5.8.2

This commit is contained in:
Vincent Breitmoser
2023-01-05 16:43:53 +01:00
parent 6e07cc4bd6
commit 8d69181b65

View File

@@ -90,8 +90,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 31
versionCode 58900
versionName "5.8.0"
versionCode 58902 // inconsistent at the moment - set to 59000 for 5.9.0!
versionName "5.8.2"
applicationId "org.sufficientlysecure.keychain"
// the androidjunitrunner is broken regarding coverage, see here:
// https://code.google.com/p/android/issues/detail?id=170607