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.
1 parent 645b36d commit 95b23e1Copy full SHA for 95b23e1
app/build.gradle
@@ -22,8 +22,8 @@ android {
22
applicationId 'com.infomaniak.mail'
23
minSdk 25
24
targetSdk 34
25
- versionCode 1_06_006_01
26
- versionName '1.6.6'
+ versionCode 1_06_007_01
+ versionName '1.6.7'
27
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
28
29
setProperty "archivesBaseName", "infomaniak-mail-$versionName ($versionCode)"
fastlane/metadata/android/en-US/changelogs/1_06_007_01.txt
@@ -0,0 +1,2 @@
1
+- Update method to calculate sizes
2
+- Correct plural form of some texts
fastlane/metadata/android/fr/changelogs/1_06_007_01.txt
+- Mise à jour de la méthode de calcul des tailles
+- Correction du pluriel de certains textes
0 commit comments