Skip to content

Commit 890bf16

Browse files
New version (1.8.1)
1 parent 8865440 commit 890bf16

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
applicationId 'com.infomaniak.mail'
2424
minSdk appMinSdk
2525
targetSdk appCompileSdk
26-
versionCode 1_08_000_01
27-
versionName '1.8.0'
26+
versionCode 1_08_001_01
27+
versionName '1.8.1'
2828
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2929

3030
setProperty "archivesBaseName", "infomaniak-mail-$versionName ($versionCode)"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Correctly disconnect user if its token expires
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Déconnecte correctement l'utilisateur si son token expire

0 commit comments

Comments
 (0)