Skip to content

Commit

Permalink
New version (1.6.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Oct 14, 2024
1 parent 6bde648 commit 5d79bce
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_000_01
versionName '1.6.0'
versionCode 1_06_001_01
versionName '1.6.1'
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_001_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Set avatars background color to white so transparent BIMIs are displayed correctly
- Various performances improvements
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fr/changelogs/1_06_001_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- La couleur d'arrière-plan des avatars est désormais le blanc pour que les BIMI transparents s'affichent correctement
- Diverses améliorations de performances

0 comments on commit 5d79bce

Please sign in to comment.