1.1960 release

pull/209/head 1.1960
M66B 2 years ago
parent 75b688dad0
commit c754862fc9

@ -4,6 +4,10 @@
### [Ledumahadi](https://en.wikipedia.org/wiki/Ledumahadi)
### 1.1960 - 2022-08-31
* Enabled sqlite sync extra
### 1.1959 - 2022-08-31
* Small improvements and minor bug fixes

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

@ -4,6 +4,10 @@
### [Ledumahadi](https://en.wikipedia.org/wiki/Ledumahadi)
### 1.1960 - 2022-08-31
* Enabled sqlite sync extra
### 1.1959 - 2022-08-31
* Small improvements and minor bug fixes

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