From 2b3d6b94da96110602c08b077a01796c58112c98 Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 21 Jan 2019 09:52:49 +0000 Subject: [PATCH] 1.285 release --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index afa40828f5..4bb6dc254a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "eu.faircode.email" minSdkVersion 21 targetSdkVersion 28 - versionCode 284 - versionName "1.284" + versionCode 285 + versionName "1.285" archivesBaseName = "FairEmail-v$versionName" javaCompileOptions {