From 4eda9365c97d73d798882fcce469cf52e66b0359 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 27 Sep 2018 06:47:24 +0000 Subject: [PATCH] 0.71 release --- .idea/caches/build_file_checksums.ser | Bin 588 -> 588 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 6abd01864ae5f8ff4cf63fdbd12d63460fabb4a9..db739315a869e51712b0d26e874e1255c701a25a 100644 GIT binary patch delta 33 rcmV++0N(%11k41Gm;@QdVYIQFp8*lU!vG=f7^Ro{6 delta 33 pcmX@Za)xEX3>Gn7Z-$L?<}(VelDv2SR9%VeiSLFD5>bvm6#(4P4S4_n 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 9f513d076f..0d9073e91e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "eu.faircode.email" minSdkVersion 23 targetSdkVersion 28 - versionCode 70 - versionName "0.70" + versionCode 71 + versionName "0.71" archivesBaseName = "FairEmail-v$versionName" javaCompileOptions {