1.2214 release

pull/215/head 1.2214
M66B 5 months ago
parent b4420aaae0
commit 4125817f9f

@ -12,7 +12,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan)
### Next version
### 1.2214 - 2024-07-18
* Fixed all reported bugs
* Performance improvements

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

@ -12,7 +12,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan)
### Next version
### 1.2214 - 2024-07-18
* Fixed all reported bugs
* Performance improvements

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