Version 4.2.1

This commit is contained in:
Dominik Schürmann 2017-01-12 00:18:33 +01:00
parent 74ff0fdd71
commit 4e9e113879
1 changed files with 2 additions and 2 deletions

View File

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