File tree Expand file tree Collapse file tree 4 files changed +3948
-1
lines changed
metadata/en-US/changelogs Expand file tree Collapse file tree 4 files changed +3948
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22apply plugin : ' kotlin-android'
33apply plugin : ' de.undercouch.download'
44
5- def getVersionCode = { -> return 2309 }
5+ def getVersionCode = { -> return 2310 }
66def getRevision = { -> return " a" }
77def getReleaseName = { -> return " Diuqin" }
88// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments