From c8462c2845c9ddcda63ae87cfd2496fd03718495 Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 3 Aug 2018 19:18:27 +0000 Subject: [PATCH] 0.4 release --- .idea/caches/build_file_checksums.ser | Bin 535 -> 535 bytes .idea/misc.xml | 2 +- app/build.gradle | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index c3eeab42b9252cb17864ba947f27853ccd0e786d..9727f30cf43dc118825ef404c88ff63780e55632 100644 GIT binary patch delta 34 scmV+-0NwwW1eXMmmjz`3H}QJ0oN56P?lu3@(P`Ob8IfKyqnDIIc>SvnWB>pF delta 34 qcmbQvGM#0@bk>wVwLC92&dFjF)Y-66kgK$_JMzG@*be@}qzVA|3l3}m diff --git a/.idea/misc.xml b/.idea/misc.xml index c0f68eddd7..99202cc2d6 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -25,7 +25,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index e1f5b4e591..a8113d7769 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "eu.faircode.email" minSdkVersion 23 targetSdkVersion 28 - versionCode 3 - versionName "0.3" + versionCode 4 + versionName "0.4" archivesBaseName = "SafeEmail-v$versionName" javaCompileOptions {