1.2250 release

pull/217/head 1.2250
M66B 10 months ago
parent 16b6826611
commit 5d1553c968

@ -28,7 +28,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
### Next version
### 1.2250 2024-12-05
* Fixed all reported bugs
* Added long press folder - mark all read

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

@ -28,7 +28,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
### Next version
### 1.2250 2024-12-05
* Fixed all reported bugs
* Added long press folder - mark all read

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save