Version 4.9.1

This commit is contained in:
Dominik Schürmann
2018-02-27 23:09:50 +01:00
parent 2f50ce7f02
commit 8a60e7627a

View File

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