Version 4.4-beta1

This commit is contained in:
Dominik Schürmann 2017-04-26 15:51:22 +03:00
parent b0f343d082
commit 5708072c3a
1 changed files with 2 additions and 2 deletions

View File

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