1.2219 release

pull/215/head 1.2219
M66B 4 months ago
parent 1c9e6107b3
commit c57bb59dea

@ -12,8 +12,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan) ### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan)
### Next version ### 1.2219 - 2024-08-04
* Fixed right-to-left script support
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated libraries, including [EvalEx](https://github.com/ezylang/EvalEx/releases) (rule expressions) * Updated libraries, including [EvalEx](https://github.com/ezylang/EvalEx/releases) (rule expressions)
* Updated [Public Suffix List](https://github.com/publicsuffix/list) * Updated [Public Suffix List](https://github.com/publicsuffix/list)

@ -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 2218 } def getVersionCode = { -> return 2219 }
def getRevision = { -> return "b" } def getRevision = { -> return "a" }
def getReleaseName = { -> return "Acantholipan" } def getReleaseName = { -> return "Acantholipan" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera // https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -12,8 +12,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan) ### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan)
### Next version ### 1.2219 - 2024-08-04
* Fixed right-to-left script support
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated libraries, including [EvalEx](https://github.com/ezylang/EvalEx/releases) (rule expressions) * Updated libraries, including [EvalEx](https://github.com/ezylang/EvalEx/releases) (rule expressions)
* Updated [Public Suffix List](https://github.com/publicsuffix/list) * Updated [Public Suffix List](https://github.com/publicsuffix/list)

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