diff --git a/app/build.gradle b/app/build.gradle index 04d70907af..7b6da57fe7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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)" diff --git a/fastlane/metadata/android/en-US/changelogs/1_03_001_04.txt b/fastlane/metadata/android/en-US/changelogs/1_03_001_04.txt new file mode 100644 index 0000000000..feb5aec0b2 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1_03_001_04.txt @@ -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. diff --git a/fastlane/metadata/android/fr/changelogs/1_03_001_04.txt b/fastlane/metadata/android/fr/changelogs/1_03_001_04.txt new file mode 100644 index 0000000000..cd05d8e36a --- /dev/null +++ b/fastlane/metadata/android/fr/changelogs/1_03_001_04.txt @@ -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.