Browse Source

Releases v1.1.1

main
Distopico Vegan 5 years ago
parent
commit
a2a1f663e6
2 changed files with 10 additions and 2 deletions
  1. +8
    -0
      CHANGELOG.md
  2. +2
    -2
      app/build.gradle

+ 8
- 0
CHANGELOG.md View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.1](https://framagit.org/dystopia-project/simple-email/compare/v1.1.0...v1.1.1) (2018-11-14)
### Bug Fixes
* crash on new notifications with account without color ([1e0665a](https://framagit.org/dystopia-project/simple-email/commit/1e0665a))
# [1.1.0](https://framagit.org/dystopia-project/simple-email/compare/v1.0.0...v1.1.0) (2018-11-12)


+ 2
- 2
app/build.gradle View File

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


Loading…
Cancel
Save