Skip to content

Commit

Permalink
1.2224 release
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Aug 20, 2024
1 parent ea43b97 commit 7802e10
Show file tree
Hide file tree
Showing 4 changed files with 3,319 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=

### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan)

### Next version
### 1.2224 - 2024-08-20 *

* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)

### 1.2223 - 2024-08-17
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'

def getVersionCode = { -> return 2223 }
def getRevision = { -> return "b" }
def getVersionCode = { -> return 2224 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Acantholipan" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

Expand Down
3 changes: 2 additions & 1 deletion app/src/main/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=

### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan)

### Next version
### 1.2224 - 2024-08-20 *

* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)

### 1.2223 - 2024-08-17
Expand Down
Loading

0 comments on commit 7802e10

Please sign in to comment.