Skip to content

Commit

Permalink
New version (1.6.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Nov 4, 2024
1 parent 824b303 commit 5c83e38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId 'com.infomaniak.mail'
minSdk 25
targetSdk 34
versionCode 1_06_003_01
versionName '1.6.3'
versionCode 1_06_004_01
versionName '1.6.4'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

setProperty "archivesBaseName", "infomaniak-mail-$versionName ($versionCode)"
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1_06_004_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add some Sentry to better understand Message display improvements that still leave some overscroll
- Optimize performances when expanding a long Thread
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fr/changelogs/1_06_004_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Ajout d'un Sentry pour mieux comprendre les potentielles améliorations d'affichage des Messages qui créent encore un peu d'overscroll
- Optimisation des performances lors de l'expansion d'un long fil de discussion

0 comments on commit 5c83e38

Please sign in to comment.