1.2121 release

This commit is contained in:
M66B 2023-11-11 08:03:40 +01:00
parent 200ff998e6
commit bf7a87c6f6
4 changed files with 2573 additions and 4 deletions

View File

@ -6,7 +6,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Vallibonavenatrix](https://en.wikipedia.org/wiki/Vallibonavenatrix)
### Next version
### 1.2121 - 2023-11-11
* Added option to disable haptic feedback
* Fixed swipe to mark read/unread

View File

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

View File

@ -6,7 +6,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Vallibonavenatrix](https://en.wikipedia.org/wiki/Vallibonavenatrix)
### Next version
### 1.2121 - 2023-11-11
* Added option to disable haptic feedback
* Fixed swipe to mark read/unread

File diff suppressed because it is too large Load Diff