1.1912 release

This commit is contained in:
M66B 2022-06-11 14:46:10 +02:00
parent 3ff3b02cb2
commit c52e8ac315
6 changed files with 365165 additions and 1 deletions

View File

@ -4,6 +4,13 @@
### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
### 1.1912 - 2022-06-11
* Targetting SDK 33 (Android 13)
* Small improvements and minor bug fixes
* Updated AndroidX Webkit
* Updated translations
### 1.1911 - 2022-06-11
* Added encoding (character set) override option

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,13 @@
### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
### 1.1912 - 2022-06-11
* Targetting SDK 33 (Android 13)
* Small improvements and minor bug fixes
* Updated AndroidX Webkit
* Updated translations
### 1.1911 - 2022-06-11
* Added encoding (character set) override option

File diff suppressed because it is too large Load Diff