Skip to content

Commit

Permalink
New version (5.0.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Sep 9, 2024
1 parent 9bb0a6e commit e86c5c0
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@ -19,8 +19,8 @@ android {
applicationId 'com.infomaniak.drive'
minSdkVersion 21
targetSdkVersion 34
versionCode 5_00_006_01
versionName '5.0.6'
versionCode 5_00_007_01
versionName '5.0.7'

setProperty "archivesBaseName", "kdrive-$versionName ($versionCode)"

Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5_00_007_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Fix external imports not being displayed
- Fix a crash if the network change when leaving a screen
- Fix a crash when opening the multi-selection for the 1st time
- Fix issue with the upload shortcut
4 changes: 4 additions & 0 deletions fastlane/metadata/android/fr/changelogs/5_00_007_01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Correction des importations externes qui ne s'affichaient pas
- Correction d'un crash si le réseau change en quittant un écran
- Correction d'un crash lors de l'ouverture de la multi-sélection pour la première fois
- Correction d'un problème avec le raccourci de téléversement

0 comments on commit e86c5c0

Please sign in to comment.