Skip to content

Commit

Permalink
New version (1.3.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Jun 17, 2024
1 parent 8a02555 commit d4f0885
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_03_003_01
versionName '1.3.3'
versionCode 1_03_004_01
versionName '1.3.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_03_001_04.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixed an issue where a message indicating no Internet connection could appear incorrectly.
- Fixed an issue where notifications could be canceled without apparent reason.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fr/changelogs/1_03_001_04.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Correction d'un problème où un message indiquant une absence de connexion Internet pouvait apparaître à tort.
- Correction d'un problème où les notifications pouvaient être annulées sans raison apparente.

0 comments on commit d4f0885

Please sign in to comment.