File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
fastlane/metadata/android Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 applicationId " se.arctosoft.vault"
1111 minSdk 28
1212 targetSdk 34
13- versionCode 22
14- versionName " 1.6.1 "
13+ versionCode 23
14+ versionName " 1.7.0 "
1515
1616 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1717 }
Original file line number Diff line number Diff line change 1+ * Encrypted files no longer have a file extension (new files only, you can safely remove the extension for all previously encrypted files)
2+ * Added an option to delete the original file after importing
3+ * The file size is now shown when viewing a file
4+ * Fixed long filenames appearing behind the fullscreen button on videos
Original file line number Diff line number Diff line change 1+ * Krypterade filer har inte längre sitt ursprungliga filtillägg
2+ * Lade till ett alternativ för att ta bort originalfilen efter import
3+ * Filstorleken syns nu vid filnamnet
4+ * Långa filnamn visas inte längre bakom helskärmsknappen för videor
You can’t perform that action at this time.
0 commit comments