mirror of https://github.com/M66B/FairEmail.git
1.2121 release
This commit is contained in:
parent
200ff998e6
commit
bf7a87c6f6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue