diff --git a/app/build.gradle b/app/build.gradle index 3ea7ebb65..560627e1b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,8 +30,8 @@ android { defaultConfig { applicationId "org.kontalk" - versionCode 59 - versionName "3.0.4-preview" + versionCode 60 + versionName "3.0.4" targetSdkVersion 22 resValue "string", "account_type", applicationId + '.account' buildConfigField "String", "ACCOUNT_TYPE", '"org.kontalk.account"'