1.2263 release

pull/217/head
M66B 7 months ago
parent 3b9a654478
commit 720776b3a0

@ -30,7 +30,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia) ### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
### Next version ### 1.2263 2025-03-01
* Fixed all reported bugs * Fixed all reported bugs
* Added S/MIME encrypt-only * Added S/MIME encrypt-only

@ -3,8 +3,8 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download' apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2262 } def getVersionCode = { -> return 2263 }
def getRevision = { -> return "b" } def getRevision = { -> return "a" }
def getReleaseName = { -> return "Barsboldia" } def getReleaseName = { -> return "Barsboldia" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera // https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -30,7 +30,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia) ### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
### Next version ### 1.2263 2025-03-01
* Fixed all reported bugs * Fixed all reported bugs
* Added S/MIME encrypt-only * Added S/MIME encrypt-only

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