Browse Source

update fingerprint

main
Distopico Vegan 5 years ago
parent
commit
a4de40e908
2 changed files with 7 additions and 6 deletions
  1. +5
    -4
      README.md
  2. +2
    -2
      app/build.gradle

+ 5
- 4
README.md View File

@ -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


+ 2
- 2
app/build.gradle View File

@ -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 {


Loading…
Cancel
Save