Skip to content

Commit

Permalink
New version (1.4.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Aug 7, 2024
1 parent ae1dd0e commit 08091da
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_002_01
versionName '1.4.2'
versionCode 1_04_003_01
versionName '1.4.3'
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_003_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add possibility to block a specific contact in a thread
- Replace current editor with rich html editor
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fr/changelogs/1_04_003_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Ajout de la possibilité de bloquer un contact spécifique dans un fil de discussion
- Remplacement de l'éditeur actuel par un éditeur html riche

0 comments on commit 08091da

Please sign in to comment.