Mr Robot 5 years ago
parent
commit
1dd978396c
2 changed files with 12 additions and 2 deletions
  1. +10
    -0
      CHANGELOG.md
  2. +2
    -2
      app/build.gradle

+ 10
- 0
CHANGELOG.md View File

@ -1,3 +1,13 @@
## [1.1.2](https://framagit.org/dystopia-project/simple-email/compare/v1.1.1...v1.1.2) (2018-11-20)
### Bug Fixes
* cancel single notification per account ([656e51e](https://framagit.org/dystopia-project/simple-email/commit/656e51e))
* focus body on reply message ([4b6e230](https://framagit.org/dystopia-project/simple-email/commit/4b6e230))
* message when no have identities ([4595289](https://framagit.org/dystopia-project/simple-email/commit/4595289))
* wrong riseup smtp port ([ecd870c](https://framagit.org/dystopia-project/simple-email/commit/ecd870c))
# Change Log
All notable changes to this project will be documented in this file.


+ 2
- 2
app/build.gradle View File

@ -7,8 +7,8 @@ android {
applicationId "org.dystopia.email"
minSdkVersion 23
targetSdkVersion 28
versionCode 111
versionName "1.1.1"
versionCode 112
versionName "1.1.2"
archivesBaseName = "SimpleEmail-v$versionName"
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'


Loading…
Cancel
Save