Version 5.0

This commit is contained in:
Dominik Schürmann
2018-04-18 15:44:38 +02:00
parent 0b3cdc9463
commit 4c251d57a1

View File

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