1.2139 release

This commit is contained in:
M66B 2023-12-13 18:59:22 +01:00
parent 1b38970d69
commit 3e3f5aee0f
4 changed files with 2695 additions and 4 deletions

View File

@ -6,7 +6,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
### Next version
### 1.2139 - 2023-12-13
* Enabled TLSv1.3 by default
* Added option to limit download size also for unmetered connections

View File

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

View File

@ -6,7 +6,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
### Next version
### 1.2139 - 2023-12-13
* Enabled TLSv1.3 by default
* Added option to limit download size also for unmetered connections

File diff suppressed because it is too large Load Diff