1.1954 release

This commit is contained in:
M66B 2022-08-17 11:06:33 +02:00
parent 4f267a22c0
commit bb02347e86
7 changed files with 350031 additions and 4 deletions

View File

@ -4,7 +4,7 @@
### [Ledumahadi](https://en.wikipedia.org/wiki/Ledumahadi)
### 1.1953 - 2022-08-17
### 1.1954 - 2022-08-17
* Small improvements and minor bug fixes
* Updated translations

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
### [Ledumahadi](https://en.wikipedia.org/wiki/Ledumahadi)
### 1.1953 - 2022-08-17
### 1.1954 - 2022-08-17
* Small improvements and minor bug fixes
* Updated translations

View File

@ -134,7 +134,7 @@ public class GmailState {
if (newToken != null && !newToken.equals(token)) {
token = newToken;
acquired = new Date().getTime();
} else
} else if (needsRefresh)
Log.e("Token refresh failed id=" + id);
if (token == null)

File diff suppressed because it is too large Load Diff