1.2305 release

master 1.2305
M66B 3 weeks ago
parent c29898fd68
commit e0473ffecf

@ -30,6 +30,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2305 2025-12-01
* Fixed deleting Gmail labels
### 1.2304 2025-11-28
* Fixed all reported bugs

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2304 }
def getVersionCode = { -> return 2305 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Diuqin" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -30,6 +30,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2305 2025-12-01
* Fixed deleting Gmail labels
### 1.2304 2025-11-28
* Fixed all reported bugs

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