From 457da0a1cb876b31fc511848c450f2049612e9a3 Mon Sep 17 00:00:00 2001 From: Daniele Ricci Date: Sat, 25 Jul 2015 15:40:11 +0200 Subject: [PATCH] Releasing version 3.0.2 (56) Signed-off-by: Daniele Ricci --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 54aeb1c4f..02a1e7c28 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { defaultConfig { applicationId "org.kontalk" - versionCode 55 - versionName "3.0.2-preview" + versionCode 56 + versionName "3.0.2" targetSdkVersion 22 resValue "string", "account_type", applicationId + '.account' buildConfigField "String", "ACCOUNT_TYPE", '"org.kontalk.account"'