Version 4.5.1

This commit is contained in:
Dominik Schürmann
2017-08-28 17:19:06 +02:00
parent 7a19515d67
commit ef59affd74

View File

@@ -162,8 +162,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 25
versionCode 45000
versionName "4.5"
versionCode 45100
versionName "4.5.1"
applicationId "org.sufficientlysecure.keychain"
// the androidjunitrunner is broken regarding coverage, see here:
// https://code.google.com/p/android/issues/detail?id=170607