1.2206 release

This commit is contained in:
M66B 2024-06-19 20:12:24 +02:00
parent b79ea5717c
commit c97776964d
5 changed files with 3192 additions and 7 deletions

View File

@ -18,9 +18,8 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan)
### Next version
### 1.2206 - 2024-06-19
* Targeting Android 15
* Reverted AndroidX Lifecycle to fix a crash
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

View File

@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2205 }
def getRevision = { -> return "b" }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Acantholipan" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

View File

@ -18,9 +18,8 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan)
### Next version
### 1.2206 - 2024-06-19
* Targeting Android 15
* Reverted AndroidX Lifecycle to fix a crash
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

View File

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

File diff suppressed because it is too large Load Diff