Version 5.3-beta1

This commit is contained in:
Dominik Schürmann 2018-10-11 19:19:03 +02:00
parent 7e5a153a04
commit cab4789091
1 changed files with 2 additions and 2 deletions

View File

@ -176,8 +176,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 28
versionCode 52009
versionName "5.2"
versionCode 53000
versionName "5.3-beta1"
applicationId "org.sufficientlysecure.keychain"
// the androidjunitrunner is broken regarding coverage, see here:
// https://code.google.com/p/android/issues/detail?id=170607