Version 5.3-beta2

This commit is contained in:
Dominik Schürmann 2018-10-25 09:21:14 +02:00
parent f8fccec40c
commit 09f63e7f30
1 changed files with 2 additions and 2 deletions

View File

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