diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle index af54cf831..6d6c558e0 100644 --- a/OpenKeychain/build.gradle +++ b/OpenKeychain/build.gradle @@ -155,8 +155,8 @@ android { defaultConfig { minSdkVersion 15 targetSdkVersion 25 - versionCode 42201 - versionName "4.2.2-beta" + versionCode 42202 + versionName "4.2.2" applicationId "org.sufficientlysecure.keychain" // the androidjunitrunner is broken regarding coverage, see here: // https://code.google.com/p/android/issues/detail?id=170607