Version 4.0.1

This commit is contained in:
Dominik Schürmann
2016-05-19 21:09:51 +03:00
parent 583d4499c6
commit df8081012f

View File

@@ -144,8 +144,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 23
versionCode 40000
versionName "4.0"
versionCode 40100
versionName "4.0.1"
applicationId "org.sufficientlysecure.keychain"
// the androidjunitrunner is broken regarding coverage, see here:
// https://code.google.com/p/android/issues/detail?id=170607