Skip to content

Commit

Permalink
New version (1.4.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Aug 12, 2024
1 parent f80fc66 commit f303cfd
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_04_003_01
versionName '1.4.3'
versionCode 1_04_004_01
versionName '1.4.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_04_004_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Remove associated inline Attachements when removing previous email quote
- Fix missing selection indicator handles when the selected line is on the last line of the Rich HTML Editor
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fr/changelogs/1_04_004_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Suppression des pièces jointes lors de la suppression de la citation du précédent email
- Correction des poignées manquantes d'indicateur de sélection lorsque la ligne sélectionnée se trouve sur la dernière ligne de l'Éditeur HTML Riche

0 comments on commit f303cfd

Please sign in to comment.