1.2065 release

pull/212/head 1.2065
M66B 2 years ago
parent 2c51ee38bf
commit 59877ad995

@ -6,6 +6,11 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Saltopus](https://en.wikipedia.org/wiki/Saltopus) ### [Saltopus](https://en.wikipedia.org/wiki/Saltopus)
### 1.2065 - 2023-04-16
* Fixed extra new lines
* Small improvements and minor bug fixes
### 1.2064 - 2023-04-15 ### 1.2064 - 2023-04-15
* Fixed all reported bugs * Fixed all reported bugs

@ -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 2064 } def getVersionCode = { -> return 2065 }
def getRevision = { -> return "a" } def getRevision = { -> return "a" }
def getReleaseName = { -> return "Saltopus" } def getReleaseName = { -> return "Saltopus" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera // https://en.wikipedia.org/wiki/List_of_dinosaur_genera

File diff suppressed because it is too large Load Diff

@ -6,6 +6,11 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Saltopus](https://en.wikipedia.org/wiki/Saltopus) ### [Saltopus](https://en.wikipedia.org/wiki/Saltopus)
### 1.2065 - 2023-04-16
* Fixed extra new lines
* Small improvements and minor bug fixes
### 1.2064 - 2023-04-15 ### 1.2064 - 2023-04-15
* Fixed all reported bugs * Fixed all reported bugs

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