diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle index 1c4308fa2..3eacfb267 100644 --- a/OpenKeychain/build.gradle +++ b/OpenKeychain/build.gradle @@ -144,8 +144,8 @@ android { defaultConfig { minSdkVersion 15 targetSdkVersion 23 - versionCode 41000 - versionName "4.1 beta1" + versionCode 40200 + versionName "4.0.2" applicationId "org.sufficientlysecure.keychain" // the androidjunitrunner is broken regarding coverage, see here: // https://code.google.com/p/android/issues/detail?id=170607