1.2140 release

pull/214/head 1.2140
M66B 1 year ago
parent edfe13eddf
commit 38f37068bf

@ -6,8 +6,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
### Next version
### 1.2140 - 2023-12-17
* Fixed sometimes failing biometric authentication
* Switched to [tinylog](https://tinylog.org/v2/)
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)

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

@ -6,8 +6,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
### Next version
### 1.2140 - 2023-12-17
* Fixed sometimes failing biometric authentication
* Switched to [tinylog](https://tinylog.org/v2/)
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)

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