1.2286 release

master
M66B 2 months ago
parent 2e6874adf0
commit 41ac05d777

@ -28,6 +28,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### 1.2286 2025-07-04
* Fixed workaround for multiple inboxes
### 1.2285 2025-07-04
* Fixed workaround for incorrectly shared files

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2285 }
def getVersionCode = { -> return 2286 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Ceratonykus" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -28,6 +28,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### 1.2286 2025-07-04
* Fixed workaround for multiple inboxes
### 1.2285 2025-07-04
* Fixed workaround for incorrectly shared files

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