Skip to content

Commit

Permalink
New version (1.4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Jul 22, 2024
1 parent 4a6d439 commit 537c23a
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_000_01
versionName '1.4.0'
versionCode 1_04_001_01
versionName '1.4.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_04_001_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add forward and reply icons on Threads
- Fix cut expeditor name
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fr/changelogs/1_04_001_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Ajout des icônes de transfert et de réponse sur les discussions
- Correction du nom de l'expéditeur coupé

0 comments on commit 537c23a

Please sign in to comment.