Version 4.2-beta2

This commit is contained in:
Dominik Schürmann
2017-01-05 15:49:55 +01:00
parent 9c857ca66e
commit a2f1f38c40
2 changed files with 9 additions and 2 deletions

View File

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