Version 5.2-beta3

This commit is contained in:
Dominik Schürmann
2018-07-13 19:02:45 +02:00
parent a48efc6835
commit 9df9682c77

View File

@@ -173,8 +173,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 28
versionCode 52001
versionName "5.2-beta2"
versionCode 52002
versionName "5.2-beta3"
applicationId "org.sufficientlysecure.keychain"
// the androidjunitrunner is broken regarding coverage, see here:
// https://code.google.com/p/android/issues/detail?id=170607