1.2289 release

master 1.2289
M66B 2 months ago
parent 61b7df37f0
commit 1c198ccc1f

@ -30,6 +30,8 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2289 2025-08-02
* Fixed all reported bugs
* Small improvements and minor bug fixes
* Updated [Brave's debounce list](https://github.com/brave/brave-browser/wiki/Debouncing)

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

@ -30,6 +30,8 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2289 2025-08-02
* Fixed all reported bugs
* Small improvements and minor bug fixes
* Updated [Brave's debounce list](https://github.com/brave/brave-browser/wiki/Debouncing)

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