From d4f0885b18aadffc7ec840253cd8a4220246865c Mon Sep 17 00:00:00 2001 From: Kevin Boulongne Date: Mon, 17 Jun 2024 13:46:24 +0200 Subject: [PATCH] New version (1.3.4) --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/1_03_001_04.txt | 2 ++ fastlane/metadata/android/fr/changelogs/1_03_001_04.txt | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/1_03_001_04.txt create mode 100644 fastlane/metadata/android/fr/changelogs/1_03_001_04.txt 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.