1.1920 release

pull/208/head 1.1920
M66B 3 years ago
parent eeb4332922
commit 044b78a3a9

@ -4,6 +4,13 @@
### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
### 1.1920 - 2022-06-16
* Fixed double back to exit
* Improved browser selection
* Added forward as attachment to answer menu
* Small improvements and minor bug fixes
### 1.1919 - 2022-06-15
* Fixed fragment back

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

@ -4,6 +4,13 @@
### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
### 1.1920 - 2022-06-16
* Fixed double back to exit
* Improved browser selection
* Added forward as attachment to answer menu
* Small improvements and minor bug fixes
### 1.1919 - 2022-06-15
* Fixed fragment back

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