1.2321 release

master 1.2321
M66B 3 months ago
parent 50f1a5fb8b
commit 48094667c8

@ -30,6 +30,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress) ### Next version (Work in progress)
### 1.2321 2026-06-11
* Fixed search dialog crashing on Android 12 and before
### 1.2320 2026-06-10 ### 1.2320 2026-06-10
* Disabled Certificate Transparency because of [unsupported library](https://github.com/appmattus/certificatetransparency) causing errors * Disabled Certificate Transparency because of [unsupported library](https://github.com/appmattus/certificatetransparency) causing errors

@ -3,7 +3,7 @@ plugins {
id 'de.undercouch.download' id 'de.undercouch.download'
} }
def getVersionCode = { -> return 2320 } def getVersionCode = { -> return 2321 }
def getRevision = { -> return "a" } def getRevision = { -> return "a" }
def getReleaseName = { -> return "Elopteryx" } def getReleaseName = { -> return "Elopteryx" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera // https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -30,6 +30,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress) ### Next version (Work in progress)
### 1.2321 2026-06-11
* Fixed search dialog crashing on Android 12 and before
### 1.2320 2026-06-10 ### 1.2320 2026-06-10
* Disabled Certificate Transparency because of [unsupported library](https://github.com/appmattus/certificatetransparency) causing errors * Disabled Certificate Transparency because of [unsupported library](https://github.com/appmattus/certificatetransparency) causing errors

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