Skip to content

Commit

Permalink
New version (1.6.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Dec 16, 2024
1 parent 01f1066 commit 3a84fb0
Show file tree
Hide file tree
Showing 3 changed files with 8 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_008_01
versionName '1.6.8'
versionCode 1_06_009_01
versionName '1.6.9'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

setProperty "archivesBaseName", "infomaniak-mail-$versionName ($versionCode)"
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1_06_009_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Update Italian translations
- Attachments UI is now correctly updating in tablet mode
- The empty state is now correctly appearing at first opening of a folder
3 changes: 3 additions & 0 deletions fastlane/metadata/android/fr/changelogs/1_06_009_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Mise à jour des traductions en italien
- L'UI des pièces jointes est maintenant correctement mise à jour en mode tablette
- L'état vide apparaît désormais correctement lors de la première ouverture d'un dossier

0 comments on commit 3a84fb0

Please sign in to comment.