1.1919 release

pull/208/head 1.1919
M66B 3 years ago
parent 03beb691e8
commit 81519209d4

@ -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

@ -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

@ -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
Loading…
Cancel
Save