1.2059 release

pull/212/head
M66B 3 years ago
parent 423f6871bb
commit 7848c85251

@ -6,6 +6,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis) ### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis)
### 1.2059 - 2023-03-24
* Fixed all reported bugs
### 1.2058 - 2023-03-22 ### 1.2058 - 2023-03-22
* Small improvements and minor bug fixes * Small improvements and minor bug fixes

@ -3,7 +3,7 @@ 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 2058 } def getVersionCode = { -> return 2059 }
def getRevision = { -> return "a" } def getRevision = { -> return "a" }
def getReleaseName = { -> return "Rahonavis" } def getReleaseName = { -> return "Rahonavis" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera // https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -6,6 +6,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis) ### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis)
### 1.2059 - 2023-03-24
* Fixed all reported bugs
### 1.2058 - 2023-03-22 ### 1.2058 - 2023-03-22
* Small improvements and minor bug fixes * Small improvements and minor bug fixes

Loading…
Cancel
Save