Version 5.1.1

This commit is contained in:
Dominik Schürmann
2018-06-12 18:10:48 +02:00
parent fc6084a7ef
commit e80bc488e3

View File

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