1.2228 release

master 1.2228
M66B 2 months ago
parent bd586b357a
commit 7ac51070c0

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

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

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

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save