Version 5.2-beta2

This commit is contained in:
Dominik Schürmann 2018-07-05 21:20:04 +02:00
parent 3e00320bac
commit c21060aa70

View file

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