1.1920 release

This commit is contained in:
M66B 2022-06-16 10:45:40 +02:00
parent eeb4332922
commit 044b78a3a9
5 changed files with 183910 additions and 1 deletions

View File

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

View File

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

File diff suppressed because it is too large Load Diff

View File

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