1.2206 release

pull/215/head
M66B 6 months ago
parent b79ea5717c
commit c97776964d

@ -18,9 +18,8 @@ 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.2206 - 2024-06-19
* Targeting Android 15
* Reverted AndroidX Lifecycle to fix a crash * Reverted AndroidX Lifecycle to fix a crash
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list) * Updated [Public Suffix List](https://github.com/publicsuffix/list)

@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download' apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2205 } def getVersionCode = { -> return 2205 }
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

@ -18,9 +18,8 @@ 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.2206 - 2024-06-19
* Targeting Android 15
* Reverted AndroidX Lifecycle to fix a crash * Reverted AndroidX Lifecycle to fix a crash
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list) * Updated [Public Suffix List](https://github.com/publicsuffix/list)

@ -18,9 +18,8 @@ For support you can use the contact form.
Acantholipan Acantholipan
Next version 1.2206 - 2024-06-19
* Targeting Android 15
* Reverted AndroidX Lifecycle to fix a crash * Reverted AndroidX Lifecycle to fix a crash
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated Public Suffix List * Updated Public Suffix List

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