Version 5.0.2

This commit is contained in:
Dominik Schürmann 2018-05-08 17:49:36 +02:00
parent e6233d1017
commit e7990ebe7c

View file

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