From a4de40e908de36e9592711b2dbb45fa89d33656a Mon Sep 17 00:00:00 2001 From: Distopico Vegan Date: Tue, 30 Oct 2018 21:58:11 -0500 Subject: [PATCH] update fingerprint --- README.md | 9 +++++---- app/build.gradle | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 013f9d9b..f82d5347 100644 --- a/README.md +++ b/README.md @@ -73,10 +73,11 @@ This app starts a foreground service with a low priority status bar notification * [GitLab](https://framagit.org/dystopia-project/simple-email/releases) Certificate fingerprints: - -* MD5: 64:90:8E:2C:0D:25:29:B0:D0:26:2D:24:D8:BB:66:56 -* SHA1: 17:BA:15:C1:AF:55:D9:25:F9:8B:99:CE:A4:37:5D:4C:DF:4C:17:4B -* SHA256: E0:20:67:24:9F:5A:35:0E:0E:C7:03:FE:9D:F4:DD:68:2E:02:91:A0:9F:0C:2E:04:10:50:BB:E7:C0:64:F5:C9 +``` + MD5: 85:B2:A9:90:3D:21:25:9E:4F:43:D1:71:8C:29:6C:70 + SHA1: 7F:AB:59:CD:12:A1:11:E7:6B:12:9D:71:70:5E:21:76:D9:0E:59:C0 + SHA256: A7:A9:0A:5F:14:ED:00:57:56:49:9A:53:4A:13:1A:F0:64:0A:C4:DF:62:2F:76:35:F6:51:69:D8:C9:E9:19:F2 +``` ## Compatibility diff --git a/app/build.gradle b/app/build.gradle index e17f108a..d24f2d1c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.dystopia.email" minSdkVersion 23 targetSdkVersion 28 - versionCode 120 - versionName "1.120" + versionCode 100 + versionName "1.0" archivesBaseName = "SimpleEmail-v$versionName" javaCompileOptions {