We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee27e6c + 9899cf6 commit 271d062Copy full SHA for 271d062
app/build.gradle.kts
@@ -31,8 +31,8 @@ android {
31
applicationId = "com.infomaniak.mail"
32
minSdk = appMinSdk
33
targetSdk = appCompileSdk
34
- versionCode = 1_21_002_01
35
- versionName = "1.21.2"
+ versionCode = 1_21_003_01
+ versionName = "1.21.3"
36
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
37
testInstrumentationRunnerArguments["clearPackageData"] = "true"
38
testInstrumentationRunnerArguments["useTestStorageService"] = "true"
fastlane/metadata/android/en-US/changelogs/1_21_003_01.txt
@@ -0,0 +1 @@
1
+- Fix attachment download
fastlane/metadata/android/fr/changelogs/1_21_003_01.txt
+- Correction du téléchargement des pièces jointes
0 commit comments