diff --git a/.gitignore b/.gitignore
index ce578e1..5b8dc46 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,4 @@ app.*.map.json
/android/app/profile
/android/app/release
/android/app/.cxx/
+android/.kotlin/
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index 9ccfdb9..6c86453 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -32,7 +32,7 @@
To protect others twonlies!
NSMicrophoneUsageDescription
To create videos that can be securely shared.
- NSPhotoLibraryAddUsageDescription
+ NSPhotoLibraryUsageDescription
Store photos in the gallery.
UIApplicationSupportsIndirectInputEvents
diff --git a/pubspec.yaml b/pubspec.yaml
index 88a92af..21be0ee 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -4,7 +4,7 @@ description: "Send pictures to friends in real time and be sure you are the only
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
-version: 0.0.5+5
+version: 0.0.7+7
environment:
sdk: ^3.6.0