Version 4.8.1

This commit is contained in:
Dominik Schürmann 2017-12-04 13:23:55 +01:00
parent ecf9249247
commit b829c4e561

View file

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