Version 5.0.1

This commit is contained in:
Dominik Schürmann
2018-05-05 23:58:41 +02:00
parent 32005b94d9
commit cfc5cc4c44

View File

@@ -164,8 +164,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 25
versionCode 50001
versionName "5.0"
versionCode 50100
versionName "5.0.1"
applicationId "org.sufficientlysecure.keychain"
// the androidjunitrunner is broken regarding coverage, see here:
// https://code.google.com/p/android/issues/detail?id=170607