Version 3.8.1

This commit is contained in:
Dominik Schürmann
2016-01-12 15:18:05 +01:00
parent 718668072b
commit 808a9e4f54

View File

@@ -133,8 +133,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 23
versionCode 38000
versionName "3.8"
versionCode 38100
versionName "3.8.1"
applicationId "org.sufficientlysecure.keychain"
// the androidjunitrunner is broken regarding coverage, see here:
// https://code.google.com/p/android/issues/detail?id=170607