From df8081012fd412e72535fc687d8b52a225b68ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 19 May 2016 21:09:51 +0300 Subject: Version 4.0.1 --- OpenKeychain/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle index a3fb5d6a2..daeaedb1c 100644 --- a/OpenKeychain/build.gradle +++ b/OpenKeychain/build.gradle @@ -144,8 +144,8 @@ android { defaultConfig { minSdkVersion 15 targetSdkVersion 23 - versionCode 40000 - versionName "4.0" + versionCode 40100 + versionName "4.0.1" applicationId "org.sufficientlysecure.keychain" // the androidjunitrunner is broken regarding coverage, see here: // https://code.google.com/p/android/issues/detail?id=170607 -- cgit v1.2.3