1.2215 release

This commit is contained in:
M66B
2024-07-20 07:30:20 +02:00
parent 6c2b0dd14f
commit 36995f3d9c
4 changed files with 3252 additions and 2 deletions

View File

@@ -12,6 +12,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan)
### 1.2215 - 2024-07-20 *
* Small improvements and minor bug fixes
### 1.2214 - 2024-07-18
* Fixed all reported bugs

View File

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

View File

@@ -12,6 +12,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan)
### 1.2215 - 2024-07-20 *
* Small improvements and minor bug fixes
### 1.2214 - 2024-07-18
* Fixed all reported bugs

File diff suppressed because it is too large Load Diff