Skip to content
/ FairEmail Public

Commit 3ef9d56

Browse files
committed
1.2310 release
1 parent fc421ae commit 3ef9d56

File tree

4 files changed

+3948
-1
lines changed

4 files changed

+3948
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
3838

3939
### Next version (Work in progress)
4040

41+
### 1.2310 2026-01-20
42+
43+
* Fixed crash on older Android versions
44+
4145
### 1.2309 2026-01-20
4246

4347
* Added option for line spacing

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33
apply plugin: 'de.undercouch.download'
44

5-
def getVersionCode = { -> return 2309 }
5+
def getVersionCode = { -> return 2310 }
66
def getRevision = { -> return "a" }
77
def getReleaseName = { -> return "Diuqin" }
88
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

app/src/main/assets/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
3838

3939
### Next version (Work in progress)
4040

41+
### 1.2310 2026-01-20
42+
43+
* Fixed crash on older Android versions
44+
4145
### 1.2309 2026-01-20
4246

4347
* Added option for line spacing

0 commit comments

Comments
 (0)