Version 4.9

This commit is contained in:
Dominik Schürmann 2018-02-20 17:18:45 +01:00
parent 892b5ec4e2
commit 3ea7eb3b2b
1 changed files with 2 additions and 2 deletions

View File

@ -154,8 +154,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 25
versionCode 49000
versionName "4.9-beta1"
versionCode 49001
versionName "4.9"
applicationId "org.sufficientlysecure.keychain"
// the androidjunitrunner is broken regarding coverage, see here:
// https://code.google.com/p/android/issues/detail?id=170607