diff --git a/app/build.gradle b/app/build.gradle index e03fbc380..e47ea3c4e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,8 +30,8 @@ android { defaultConfig { applicationId "org.kontalk" - versionCode 63 - versionName "3.0.6-preview" + versionCode 64 + versionName "3.0.6" targetSdkVersion 22 resValue "string", "account_type", applicationId + '.account' buildConfigField "String", "ACCOUNT_TYPE", '"org.kontalk.account"'