diff --git a/pubspec.yaml b/pubspec.yaml
index 7566a71e7e2fed05bc3c355d638a553d444ebc09..6e6fd1c340241ac47faabb780a0ec59577156b79 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
 # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
 # Read more about iOS versioning at
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
-version: 0.0.13
+version: 0.0.14-SNAPSHOT
 
 environment:
   sdk: ">=2.17.1 <3.0.0"
@@ -28,7 +28,6 @@ dependencies:
   flutter_bloc: ^8.1.1
   hydrated_bloc: ^9.0.0
   equatable: ^2.0.5
-  path_provider: ^2.0.11
   flutter_displaymode: ^0.5.0
   easy_localization: ^3.0.1
   hive: ^2.2.3
@@ -67,6 +66,11 @@ dependencies:
   share_plus: ^6.3.1
   sentry_dart_plugin: ^1.1.0
   sentry_logging: ^7.4.0
+  pwa_install: ^0.0.5
+  file_saver: ^0.2.1
+  filesystem_picker: ^3.1.0
+  path: ^1.8.2
+  path_provider: ^2.0.14
 
 dev_dependencies:
   flutter_test: