1.2155 release

pull/214/head 1.2155
M66B 8 months ago
parent 7485a44af1
commit 71675b5857

@ -6,9 +6,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ypupiara](https://en.wikipedia.org/wiki/Ypupiara)
### Next version
### 1.2155 - 2024-02-03
* Added title fields for count/unified widgets
* Added title input fields for widgets
* Using high priority notifications for high importance messages
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

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

@ -6,9 +6,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ypupiara](https://en.wikipedia.org/wiki/Ypupiara)
### Next version
### 1.2155 - 2024-02-03
* Added title fields for count/unified widgets
* Added title input fields for widgets
* Using high priority notifications for high importance messages
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

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