1.1997 release

This commit is contained in:
M66B 2022-11-05 08:20:22 +01:00
parent 8a28e6ddb7
commit 21d12e2066
6 changed files with 530672 additions and 3 deletions

View File

@ -4,7 +4,12 @@
### [Ninjatitan](https://en.wikipedia.org/wiki/Ninjatitan)
### 1.1996a - 2022-11-04
### 1.1997 - 2022-11-05
* Small improvements and minor bug fixes
* Updated translations
### 1.1996 - 2022-11-04
* Added auto storing iCalendar invitations, [see the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq186)
* Added Jsoup selector conditions, [see the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq71)

View File

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 1996 }
def getVersionCode = { -> return 1997 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Ninjatitan" }
// 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

View File

@ -4,7 +4,12 @@
### [Ninjatitan](https://en.wikipedia.org/wiki/Ninjatitan)
### 1.1996a - 2022-11-04
### 1.1997 - 2022-11-05
* Small improvements and minor bug fixes
* Updated translations
### 1.1996 - 2022-11-04
* Added auto storing iCalendar invitations, [see the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq186)
* Added Jsoup selector conditions, [see the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq71)

File diff suppressed because it is too large Load Diff