Skip to content

Commit

Permalink
New version (1.6.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Dec 2, 2024
1 parent ff9c1c7 commit 2a2d307
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_06_007_01
versionName '1.6.7'
versionCode 1_06_008_01
versionName '1.6.8'
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_06_008_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix accessibility issue when composing a mail
- Fix network detection issue
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fr/changelogs/1_06_008_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Correction d'un problème d'accessibilité lors de la rédaction d'un courrier
- Correction d'un problème de détection du réseau

0 comments on commit 2a2d307

Please sign in to comment.