Version 5.2

This commit is contained in:
Dominik Schürmann 2018-07-26 14:08:23 +02:00
parent bd04886db5
commit 6f8b972f78
1 changed files with 2 additions and 2 deletions

View File

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