diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle index 7a12ebccc..50c579d20 100644 --- a/OpenKeychain/build.gradle +++ b/OpenKeychain/build.gradle @@ -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