1.2064 release

This commit is contained in:
M66B 2023-04-15 20:12:03 +02:00
parent 8f000a8dbd
commit fc1637bc59
7 changed files with 815522 additions and 1 deletions

View File

@ -6,6 +6,11 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Saltopus](https://en.wikipedia.org/wiki/Saltopus)
### 1.2064 - 2023-04-15
* Fixed all reported bugs
* Small improvements and minor bug fixes
### 1.2063 - 2023-04-13
* Fixed sending via Outlook graph in some cases

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -6,6 +6,11 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Saltopus](https://en.wikipedia.org/wiki/Saltopus)
### 1.2064 - 2023-04-15
* Fixed all reported bugs
* Small improvements and minor bug fixes
### 1.2063 - 2023-04-13
* Fixed sending via Outlook graph in some cases

File diff suppressed because it is too large Load Diff