1.2281 release

master 1.2281
M66B 3 months ago
parent 7ee2e87e3d
commit d286d3e029

@ -28,7 +28,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### Next version
### 1.2281 2025-06-18
* Added dropping files/images into the message editor
* Small improvements and minor bug fixes

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

@ -28,7 +28,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### Next version
### 1.2281 2025-06-18
* Added dropping files/images into the message editor
* Small improvements and minor bug fixes

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