1.1919 release

This commit is contained in:
M66B 2022-06-15 22:26:16 +02:00
parent 03beb691e8
commit 81519209d4
5 changed files with 183853 additions and 1 deletions

View File

@ -4,6 +4,12 @@
### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
### 1.1919 - 2022-06-15
* Fixed fragment back
* Small improvements and minor bug fixes
* Updated AndroidX
### 1.1918 - 2022-06-15
* Added browser selection to open link dialog

View File

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 1918 }
def getVersionCode = { -> return 1919 }
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

View File

@ -4,6 +4,12 @@
### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
### 1.1919 - 2022-06-15
* Fixed fragment back
* Small improvements and minor bug fixes
* Updated AndroidX
### 1.1918 - 2022-06-15
* Added browser selection to open link dialog

File diff suppressed because it is too large Load Diff