Skip to content

Commit

Permalink
1.2228 release
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Sep 7, 2024
1 parent bd586b3 commit 7ac5107
Show file tree
Hide file tree
Showing 4 changed files with 3,349 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=

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

### Next version
### 1.2228 - 2024-09-07

* Accessibility improvements (thanks @pvagner)
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)

### 1.2227 - 2024-08-31
### 1.2227 - 2024-08-31 *

* Small improvements and minor bug fixes
* Updated build tools
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 2227 }
def getRevision = { -> return "b" }
def getVersionCode = { -> return 2228 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Acantholipan" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

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

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

### Next version
### 1.2228 - 2024-09-07

* Accessibility improvements (thanks @pvagner)
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)

### 1.2227 - 2024-08-31
### 1.2227 - 2024-08-31 *

* Small improvements and minor bug fixes
* Updated build tools
Expand Down
Loading

0 comments on commit 7ac5107

Please sign in to comment.